Closed chrjorgensen closed 1 year ago
This PR adds new attributes rows and cols to the textarea element, so the user can specify the dimensions of the area displayed.
rows
cols
textarea
These attributes are available in https://github.com/microsoft/vscode-webview-ui-toolkit, but was missing in this framework. I think having these attributes here also makes this framework more complete.
I'm a newbie to webview framework coding, so it's quite possible that I have missed something...
Thank you for your contribution! I agree these attributes are missing. I will release a new version soon.
This PR adds new attributes
rows
andcols
to thetextarea
element, so the user can specify the dimensions of the area displayed.These attributes are available in https://github.com/microsoft/vscode-webview-ui-toolkit, but was missing in this framework. I think having these attributes here also makes this framework more complete.
I'm a newbie to webview framework coding, so it's quite possible that I have missed something...