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
When using the Input component from UI Kitten, the text within the input field is being cut off. This issue occurs without any custom styling applied to the Input component. The issue is observed on an Android device with a screen resolution of 1080x1920.
To Reproduce
Steps to reproduce the behavior:
Create a new Input component with a size prop set to 'large' and a defaultValue.
Wrap the Input in a ScrollView without any styles.
Run the app on an Android device with a screen resolution of 1080x1920.
Observe that the text within the Input is cut off.
Expected behavior
The text within the Input component should be fully visible and not cut off, regardless of the length of the default value or the input size, and should be properly displayed across different screen resolutions, including 1080x1920.
Link to runnable example or repository (highly encouraged)
🐛 Bug Report
When using the
Input
component from UI Kitten, the text within the input field is being cut off. This issue occurs without any custom styling applied to theInput
component. The issue is observed on an Android device with a screen resolution of 1080x1920.To Reproduce
Steps to reproduce the behavior:
Input
component with asize
prop set to 'large' and adefaultValue
.Input
in aScrollView
without any styles.Input
is cut off.Expected behavior
The text within the
Input
component should be fully visible and not cut off, regardless of the length of the default value or the input size, and should be properly displayed across different screen resolutions, including 1080x1920.Link to runnable example or repository (highly encouraged)
Runnable Example on Snack
UI Kitten and Eva version
Environment information
The text was updated successfully, but these errors were encountered: