You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a form with ui5-wc but I found the TexArea component does not have the valueState property and valueStateMessage slot just like the Input.
So maybe it is reasonable to add the valueState and valueStateMessage in TextArea to make all fields have the consistent behavior.
The text was updated successfully, but these errors were encountered:
zhangliangyi
changed the title
ValueState and ValueStateMessage support in TextArea component
ui5-textarea: ValueState and ValueStateMessage support in TextArea component
Apr 2, 2020
- add "valueStateMessage" slot
- rename "valueStateMessage" CSS classes from "ui5-input-valuestatemessage-success" to "ui5-valuestatemessage--success", because they should not belong to the input only and ad two dashes to show modification (by the BEM notation)
- there is code duplication at places with the code that handles the valueStateMessage in Input,
but also differences related to the fact that the TextArea has no suggestions and has this "exceeding" (like Warning) state.
FIXES: #1401
Hi,
Here is a feature request.
I am working on a form with ui5-wc but I found the
TexArea
component does not have thevalueState
property andvalueStateMessage
slot just like theInput
.So maybe it is reasonable to add the
valueState
andvalueStateMessage
inTextArea
to make all fields have the consistent behavior.The text was updated successfully, but these errors were encountered: