bouskdav

Results 3 comments of bouskdav

Well, let's imagine you put tag inside (only some css and nothing else) how would you "close the code view and check changes"?

I fixed it by triggering keydown event when datepicker value changes. Like that: ``` $(yourdatepickerselector).on('dp.change', function (event) { $(this).trigger('keydown'); }); ```

https://try.mudblazor.com/snippet/macwYDPpyuEZMMmy There is modified snippet with EditForm context and it looks good so far..