I’m currently checking out jqwidgets-ver8.0.0 and seeing how I can convert an existing app across, and found that the ‘promptText’ isn’t supported?
TypeScript error in C:/my-app/MyCombo.tsx(30,18):
Type '{ onSelect: (event: any) => void; width: string; height: number; source: any; selectedIndex: number; displayMember: string; valueMember: string; theme: string; dropDownHeight: number; promptText: string; autoComplete: true; searchMode: "containsignorecase"; animationType: "none"; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<JqxComboBox> & Readonly<IComboBoxProps> & Readonly<{ children?: ReactNode; }>'.
Property 'promptText' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<JqxComboBox> & Readonly<IComboBoxProps> & Readonly<{ children?: ReactNode; }>'.