Stef

Results 14 comments of Stef

> An autocomplete component is planned. Will the autocomplete component coming soon?

I am looking for a similar functionality for managing tour availabilities where we can delete hierarchical keys like: ``` let tourId = 10000; let schedule = "1400-1600"; myCache.set(`availability.${tourId}`, true); myCache.set(`availability.${tourId}.${schedule}`,...

When adding `"type": "module"` to package.json the error is gone.

Thanks for providing firebase-function-tools. Can I use the loadFunctions with ES6? Any sample?

Will try again and replace exports with variable.

Workaround, use onValueUpdate listener: onValueUpdate: (selectedDates, dateStr, instance)=> { },

I have the same problem, the selection of a month does not trigger onChange.

Workaround, use onValueUpdate listener: ``` onValueUpdate: (selectedDates, dateStr, instance)=> { }, ```

Does the error message means that we cannot query by the id field?