You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: