tmezzena

Results 3 comments of tmezzena

I had the same problem and I did the follow workaround - polyfill localStorage and sessionStorage if access denied detected. Don't solve the problem but the app will render. let...

Hi. How can I force the input text (partial filled) go back to model value (null or valid date) when the focus is lost? It is strange keep the input...

I think you are using Date on model and should be ISO date string, like: data () { return { date: '2018-11-02', time: '15:46', datetime: '2018-11-02T15:46' } }