We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2024204 commit b3a1010Copy full SHA for b3a1010
src/fields/optional/fieldPikaday.vue
@@ -20,7 +20,7 @@ export default {
20
21
methods: {
22
getDateFormat() {
23
- return objGet(this.schema, 'pikadayOptions.format', inputFormat);
+ return objGet(this.schema, "pikadayOptions.format", inputFormat);
24
},
25
...dateFieldHelper,
26
initialize(options) {
0 commit comments