Skip to content
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

Add TextField modifier to input composable #141

Closed
Syer10 opened this issue Apr 9, 2022 · 2 comments
Closed

Add TextField modifier to input composable #141

Syer10 opened this issue Apr 9, 2022 · 2 comments

Comments

@Syer10
Copy link
Contributor

Syer10 commented Apr 9, 2022

Is your feature request related to a problem? Please describe.
I have a custom keyboard modifier that handled Enter and Tab keys properly that I use on every TextField in my application. With the input composable it does not expose the modifier that is added to the TextField so I cannot add it to them.

Describe the solution you'd like
Expose the TextField modifier as a method parameter in the input composable

Describe alternatives you've considered
Copying the input composable and modifying it in my application.

Additional context
None

@PranavMaganti
Copy link
Owner

Thanks for the request! A modifier parameter has been added to the input component as of 0.7.1.

@Syer10
Copy link
Contributor Author

Syer10 commented May 16, 2022

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants