Tags: darrenjcarrillo/React95
Tags
fix(select): pass event as first argument in onchange handlers
fix(themes): add missing theme variable (focusSecondary)
feat(select): select reworked * enabled controlled and uncontrolled select * enables native select usage * keyboard controls and a11y BREAKING CHANGE: API change: 'options' instead of 'items' and 'menuMaxHeight' instead of 'height' prop Co-authored-by: Emily Kolar <[email protected]>
feat(textfield): make TextField and TextArea one component Displays textarea when passed 'multiline' prop. Handles 'rows' prop. Added tests. BREAKING CHANGE: TextArea component removed from library (use <TextField multiline /> instead)
PreviousNext