-
Goal:
Report and fix the issue with the missing βclearβ (X) icon in date input fields. -
Issue:
The βXβ (clear) icon does not appear in input fields of type date, even when a value is present. This issue only occurs on the Windows platform. -
Steps taken to troubleshoot:
β Tested on different operating systems (issue only on Windows)
β Reloaded the page
β Tried different browsers -
Additional info:
β The issue affects only input[type="date"] fields
β Occurs on Windows devices only
β Screenshot attached for reference
Hello @Yevhen_Shvets,
Apologies for the issue. Thank you for sharing the details and screenshot. It looks like the X is being pushed to the right of the date input field.
I just tested out a date input component inside a form component (I am guessing that is your set up, correct me if I am wrong). Using the chrome browser on a windows laptop and there do not seem to be any grey X symbols(event for a text input component, which display correctly in your screenshot).
Let me know if I am missing any steps or using incorrect components. Once I reproduce this I can send a bug report to our UI engineer team to fix this!
@Jack_T
βX means clearing the input, i.e. the component has a βShow clear buttonβ property.β
Ah thank you for sharing that!
I was able to reproduce the behavior and will be filing a bug report ticket for this right now.
I just tried changing the 'Margin' under 'Spacing' to be 'None' instead of 'Normal' and it appears to fix the issue!
I will still file a bug report as the default spacing being set to normal will definitely confuse users.