When using a number picker, or date picker, or really most components, and attaching it to a form field, the field becomes un-edtable, and the mobilScroll widget pops up to allow data entry. But what if the user wants to delete what they entered. Is this possible?
Removing Values in a field once set
Yes, it is possible. In this case, you need to use a custom button to delete the input field value. Here you can find an example of Number picker: https://demo.mobiscroll.com/jquery/number/#
Another example of Datepicker, if you want to edit the input field value and show the picker on button click: https://demo.mobiscroll.com/jquery/datetime/mobile-desktop-usage#
Great thank you! That should work! Appreciate the reply!