Closed vursen closed 23 hours ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
LGTM. Maybe we could also deprecate _hasInputValue property and the corresponding event if it's not supposed to be used anymore. This can be done separately though.
NumberField still uses it, but we could likely refactor it, which will remove the last dependency and let us deprecate this property.
Description
DatePicker and TimePicker counterparts have been recently updated to no longer rely on the
hasInputValue
property for detecting bad input. This removes the need for workarounds that caused thehasInputValue
behavior to be inconsistent with other componentsFixes https://github.com/vaadin/web-components/issues/5639
Type of change