Malik
Malik
Faced the same issue on my local ubuntu environment. Is '0000-00-00 00:00:00' replacing with CURRENT_TIMESTAMP an option? Worked fine for me, although it obviously won't achieve the exact same thing.
It is not exactly clear to me what you are trying to accomplish. It sounds like you want to introduce some kind of persistence? What does "leave the area" mean?...
In the fiddle I provided, the chosen value actually persists. It is stored in the "value" variable and synced with the input thanks to the v-model binding. I'd like to...