-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[TextField] General improvements umbrella #2555
Labels
umbrella
For grouping multiple issues to provide a holistic view
Milestone
Comments
@newoga These are fantastic ideas! I like them all 😁 Thanks 👍 |
@alitaheri Glad to hear! Hopefully I can knock a few out this week! |
alitaheri
added
umbrella
For grouping multiple issues to provide a holistic view
Composability
labels
Dec 22, 2015
@newoga I'm tackling your 3rd item ( |
@alitaheri Cool! Thanks for the heads up. |
This was referenced Dec 29, 2015
3 tasks
Going to close this in favour of other issues. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is an umbrella issue for tracking general improvements to the
TextField
component in preparation for implementing #2416. I think taking this iterative approach gives us the best chance for getting there while maintaining backwards compatibility:General Improvements:
TextFieldUnderline
component (issue [TextField] Optional underline #2475, PR [TextField] Initial implementation of optional underline #2476, PR [TextField] Fixes underline custom styles not inherited by focusedUnderline. #2559)TextFieldHint
component (PR [TextField] Separate TextFieldHint into separate internal component. #2567)TextFieldLabel
component (PR [TextField] Extract floating label #2701 by @alitaheri)TextField
input functionality in a separate composableTextInput
component (will be default implementation for backwards compatibility)I think once we get through these steps, we can start experimenting using this component with different underlying value types as described on #2416 and start experimenting with approaches to customizing value rendering (such as render value as text, chip, etc.)
The text was updated successfully, but these errors were encountered: