Simple Quasar components based on Quasar framework.
- QTimestampPicker realises datetimepicker for timestamp fields.
$ npm install git+https://github.com/flespi-software/QFormControls.git --save
QTimestampPicker:
import {QTimestampPicker} from 'qformcontrols'
<QTimestampPicker
:value="timestamp"
@input="setTimestamp"
:date-options-fn="funcFilterDay"
:auto-maximized="false"
label="label"
format="YYYY-MM-DD HH:mm:ss"
color="orange"
:error="isError"
:disable="false"
@focus="focus"
/>
In progress...
MIT license.