Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ui5-textarea): add "valueState" property #1411

Merged
merged 1 commit into from
Apr 2, 2020

Conversation

ilhan007
Copy link
Member

@ilhan007 ilhan007 commented Apr 2, 2020

The property works as in the ui5-input, with one note:
If maxlength property is set, the component turns into "Warning" state once the characters exceeds the limit. In this case, only the "Error" state is considered and can be applied.
Resource: TextAreaUX

FIXES: #1401

The proeprty works as in the ui5-input, with one note:
If maxlength property is set,the component turns into "Warning" state once the characters exceeds the limit.In this case, only the "Error" state is considered and can be applied.
@ilhan007 ilhan007 requested a review from MapTo0 April 2, 2020 05:20
@ilhan007 ilhan007 merged commit 6710038 into master Apr 2, 2020
@ilhan007 ilhan007 deleted the feat-text-area-valueState branch April 2, 2020 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ui5-textarea: ValueState and ValueStateMessage support in TextArea component
2 participants