virtualvivek / react-windows-ui

Build Windows native look & feel apps using ReactJS. Provides a set of accessible, reusable and composable react components that make it super easy to create websites and apps.
https://virtualvivek.github.io/react-windows-ui/
MIT License
537 stars 44 forks source link

textarea #21

Closed Maicarons2022 closed 1 year ago

Maicarons2022 commented 1 year ago

hello developer,

I find the textinput cannot be multi-line. Could you add a textarea?
thanks a lot!

Maicarons2022 commented 1 year ago

thanks,I really appreciate your help. You saved my day.

virtualvivek commented 1 year ago

Hi @Maicarons2022 ,

you can use a Text Area with below code in any version -

<textarea class="app-textarea" placeholder="Input Text Area"></textarea>

This is hidden but for the next release will be adding this as a component, Thanks for giving me an idea to add this. :)