Releases: networknt/react-schema-form-rc-select
Releases · networknt/react-schema-form-rc-select
1.0.4
1.0.4 - 2022-01-18
Added
Changed
- Fixes #59 switch onInputKeydown to onChange as the last char is not captured
1.0.3
1.0.3 - 2022-01-18
Added
Changed
- Fixes #58 add onInputKeyDown to handle the combobox single value update
1.0.2
1.0.2 - 2022-01-17
Added
Changed
- Fixes #57 avoid setting the value if the value is null
1.0.1
1.0.1 - 2021-12-26
Added
Changed
- Fixes #52 Upgrade to the react 17 and material ui 5
0.3.19
0.3.19 - 2021-12-25
Added
Changed
- Fixes #53 do not reset the emptyValue for dynamic field with params
0.3.18
0.3.18 - 2020-10-31
Added
Changed
- Fixes #37 add X-CSRF-TOKEN to the header to integrate with light-portal
0.3.17
0.3.17 - 2020-10-31
Added
Changed
- Fixes #36 add credentials omit in the fetch for light-portal query
0.3.16
0.3.16 - 2020-09-21
Added
Changed
- Fixes #33 reset value only for single and params are not empty
- fixes #32 change the format of the dynamic URL to string format
- fixes #31 upgrade the project structure with create-react-library
0.3.14
0.3.14 - 2020-06-24
Added
Changed
- Fixes #26 for the fetch request, output the entire error instead of error code only
0.3.9
0.3.9 - 2020-05-12
Added
Changed
- Fixes #24 add filterOption and optionFilterProp to the rc-select component