Appsilon / shiny.semantic

Shiny support for powerful Fomantic UI library.
http://appsilon.github.io/shiny.semantic
Other
499 stars 97 forks source link

Fixed `textAreaInput` value parameter #371

Closed ARawles closed 3 years ago

ARawles commented 3 years ago

Closes #370 The value parameter for textAreaInput() is currently passed to text_input() as the label (#370). This PR fixes that issue.

DoD

ARawles commented 3 years ago

Done :+1:

I just went with the suggested replacement as it seemed perfectly fine