TextField multiline doesn't have "rows" option
bbmerong opened this issue · 5 comments
bbmerong commented
TextField multiline doesn't have "rows" option
I hope that this option is worked.
<TextField AutoFocus
Margin="@Margin.Dense"
Id="title"
Rows="3" <- doesn't work
Label="Title"
FullWidth />
Thank you in advance.
skclusive commented
thanks for reporting. yes noticed Rows parameter is not passed to the Input component. will fix.
bbmerong commented
Thank you for your kindness. I hope I will fix as soon as possible.
Have a good time.
skclusive commented
sorry for the delay. parameter added in develop. will be released in patch version this weekend.
skclusive commented
issue is fixed in release 5.1.2. please do validate and close the issue. thanks.
skclusive commented
closing the issue now. feel free to re-open if required.