salt-ds
salt-ds copied to clipboard
Refactor stepper input
No site doc in this PR, will be in #3586
- Refactored stepper input to not use
Input
component, which causes the props to be inconsistent (e.g. needingInputProps.inputProps
) - Added full border examples, supports theme next rounded corner styling options
- Updated increment / decrement button gap to be
border-strong
(suggested in #3878) - Added more keyboard interactions, suggested by APG spinbutton, i.e., home/end, page up/down
to do ..
- [x] rewrite changeset, API props change, & design change
- [x] add more test
- [x] add more visual snapshot, e.g., status, bordered, readonly, disabled
#1855, #3878