Hi there!
I’m new to Jqwidget. I want to using it in my project. But I can’t see any complete example about using jqWiget with multiple component like (dropdownlist,input,textArea,etc…)
with fully function such as get and set the data, working with api.
I try using jqxForm but getting a trouble like blackcrow’s post. the jqxdropdownlist unselectable. This example here:https://codesandbox.io/s/angry-wildflower-bytlv
Then I try using normal form. This can solve above problem but i can only get the value of each component without name because jqWiget does not provide extra properties like(id or name)
and I don’t want using setState for each components via onChange method.
Does anybody know the right way to using this Framework in an Reactjs application.
Thank a lot.