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
{{ message }}
This repository was archived by the owner on Apr 6, 2023. It is now read-only.
What would you like to be added:
Add a prop to Input:
And now it will act as a
textarea.Why is this needed:
Input and textarea are common elements, they both act the same way and we have redundant code between the two components.
Is your enhancement request related to a problem? Please describe.
No.
Additional context
React Native already do this way, so why not :)