Tommy Feldt

Results 7 comments of Tommy Feldt

I am also having the same issue. I am running: ``` netlify-cms-app 2.15.72 netlify-cms-core 2.55.2 netlify-cms 2.10.192 ```

This workaround solved the issue for me: https://github.com/netlify/netlify-cms/issues/5092#issuecomment-1246525269

That's an excellent idea! I had not considered `` in this context but it looks really promising! (By the way, your article and prototype was one of the major inspirations...

Hi @aardrian , thank you so much for taking the time to provide feedback, I really appreciate it! 💯 The issue of table semantics was something that I thought a...

This is a great idea! The actual date parsing is done via a third party library (Chrono.js https://github.com/wanasit/chrono) so I don't have full control over it from the datepicker. There...

Hi @aardrian I have reconsidered my previous stance. The updated version now follows the WAI-ARIA APG pattern using role="grid" (https://www.w3.org/WAI/ARIA/apg/example-index/dialog-modal/datepicker-dialog) I hope to get some real-life user testing with screen...

@aardrian It's been a long time but I have rewritten the datepicker from scratch. Among other things, it will now reformat the input field when provided a valid date. I...