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
When the valueState property of the Input component is set to an empty string or undefined, an incorrect valueState message popover appears.
However, When the valueState porperty is set to "None", the incorrect popover won't display.
Affected Component
Input
Expected Behaviour
If valueState is set to undefined or an empty string, it should default to "None" to prevent the incorrect popover from appearing.
Bug Description
When the
valueState
property of theInput
component is set to an empty string or undefined, an incorrect valueState message popover appears.However, When the
valueState
porperty is set to "None", the incorrect popover won't display.Affected Component
Input
Expected Behaviour
If
valueState
is set to undefined or an empty string, it should default to "None" to prevent the incorrect popover from appearing.Isolated Example
https://stackblitz.com/edit/github-pzlhay-jzepmf?file=src%2FApp.tsx,package.json
Steps to Reproduce
Log Output, Stack Trace or Screenshots
Priority
Very High
UI5 Web Components Version
2.3.0
Browser
Chrome, Edge, Firefox, Safari
Operating System
No response
Additional Context
No response
Organization
SF
Declaration
The text was updated successfully, but these errors were encountered: