[NumberField] Implement NumberField with new API #185
Labels
breaking change
component: number field
This is the name of the generic UI component, not the React module!
Summary
Replaces the
NumberInput
component.This is the place to gather ideas, measure interest and discuss the API and implementation details of the
NumberField
component and hook.Anatomy
Root
Rendered element:
div
Other props (unnamed):
wheel
format
Group
Rendered element:
div
All
div
attrs.Input
Rendered element:
<input type="text" />
All
input
attrs.Decrement
Rendered element:
button
All
button
attrs.Increment
Rendered element:
button
All
button
attrs.Scrubber
Rendered element:
span
All
span
attrs.Benchmarks
Examples
No response
Motivation
No response
Search keywords: number field, number input
The text was updated successfully, but these errors were encountered: