techouse / intl-date-time

International DateTime for Laravel Nova
MIT License
57 stars 21 forks source link

Readonly attribute fix #36

Closed AlexanderBich closed 3 years ago

AlexanderBich commented 3 years ago

I found that using ->readonly() function in a IntlDateTime field doesn't disable input on form pages. Heres the fix for that.