Closed GongRichard closed 4 years ago
Hello @GongRichard
you can use the valueStateMessage "slot" to set whatever message needed, this exactly why we have this slot. The built-in message is very generic, but this is what we have in the spec and the message is the same across all input type of components.
<ui5-date-picker id='ui5-datepicker-value-state-message'
placeholder='Delivery Date...'
value-state="Error"
title='Delivery Date!'>
<div slot="valueStateMessage">Expected format is a long text used as an information message. </div>
</ui5-date-picker>
Best Regards, ilhan
Describe the bug A clear and concise description of what the bug is.
To reproduce Steps to reproduce the behavior:
Actual Results For 'Achieved On' input field when invalid data is entered, inline error message 'Invalid entry' with red outline on input field and highlighted error message is shown.
Expected behavior
Screenshots
Context