You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… (#529)
### Changes made
- Moved all user interaction-related methods up to the `select` tag.
- Added `isDisabled` and `selectedValues` properties:
- `isDisabled` was missing in former versions.
- `selectedValues` will replace the former logic in the `option` tag and
now in the `select` tag.
---
### My pull request is for
- [x] A bugfix
- [ ] A new component
- [x] An existing component update
- [ ] Dependencies version update
- In case of a `bug` or an `existing component update`
- [x] Updated unit tests that reach at least 90% of code coverage.
- [x] Updated interfaces, types, tuples, and enums for the impacted
component/s
---
### Screenshots
N/A
Description
The
Select
component lacks functional user interaction-based behaviors such asonChange
,onBlur
, andonClick
.Steps to reproduce
Steps to reproduce the behavior:
Select
component in your project.onChange
,onBlur
, oronClick
handle method.Expected behavior
The method used worked as expected.
Additional context
N/A.
Technical notes
The component should implement the recommended logic according to React site.
The text was updated successfully, but these errors were encountered: