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
Hi,
I've been working using the govukDateInput component and was looking to disable the input boxes; I am using the <fieldset> variant. When passing in the property "attribute", I found that it was being ignored. e.g.
Hi,
I've been working using the govukDateInput component and was looking to disable the input boxes; I am using the
<fieldset>
variant. When passing in the property "attribute", I found that it was being ignored. e.g.I've looked at your codeset and the issue is with the attributes value you've had to add. This causes any attribute property passed in to be ignored:
I think the solution is quite simple and should have no impact. A very rough example solution could be:
I've decided against disabling these now, but this still seems worth fixing.
Thanks
The text was updated successfully, but these errors were encountered: