1.4.0
Adds the concept of controlled and uncontrolled inputs. Like the basic <input/>
<select/>
etc inputs react-widgets can now leave value management to the widget (not sure why you would). More importantly other prop/handler pairs that were not managable externally now can be!
All controllable properties, have a sister prop default[Name]
, that allows setting of an initialization value, e.g. defaultOpen
value
/onChange
can now be left empty and the widget will handle the state internally for all widgetsopen
/onToggle
can now be controlled for Select, DropdownList, Combobox and DateTimePickerssearch
/onSearch
for the Select widget; allowing custom filtering behavior
bunch of bugs squashed!