Azure / iot-ux-fluent-controls

A collection of shared react UI components used across IoT teams.
MIT License
13 stars 19 forks source link

Text area resize fix #125

Closed vaavva closed 5 years ago

vaavva commented 5 years ago

Ghost textarea pre component was not taking long words or long lines into account for it's calculated height to render the textarea at. This fixes it and also renders the textarea to the correct size before typing starts.