-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spike consequences of de-coupling Textfield and providing each individual sub-component #1015
Comments
This should probably affect other form components as well.
If we manage to do this in a thoughtful and consistent way, things will be a whole lot easier for #1033 , #1003, #801, #1035, #1034, #960, #939 and the input elements inside tables stuff. |
Approach@mimarz and I just discussed the approach for moving forward with this, and we both feel that it should be a "Yes to both ways" approach. That means we should provide both a TextField component for those who needs a ready to use TextField component out of the box along with individual components if one needs more control, adjustments or flexibility. This is also the way Material UI solves this, and will (hopefully) reduce the amount of times spent for end users to migrate. Today's solutionTextField
Selection controls
SelectNative
Single and Multi
Search
Slider
|
|
Spike what needs to be done technically in terms of breaking up
TextField
and providing its inner components as individual components. Check what we loose or/gain in terms of a11y, affecting other components and margin of boilerplate needed to make a standardTextfield
related to #1003
The text was updated successfully, but these errors were encountered: