1

Is it just me? In my Wakanda Studio 1.1.1 the datepicker properties (enable & button) have disappeared from the date textinputs.

I can't find any documentation for such a change to the widget. Perhaps I have an uninstalled dependency?

Bryan
  • 123
  • 2

1 Answers1

0

Wakanda TextInput v2 widget never supported any datepicker. You can set the inputType property to date and then let the client browser handle it.

Chrome, Firefox and mobile browsers usually generate visual datepickers with <input type="date"/> inputs.

NOTE: Wakanda TextInput v1 widget has a datepicker option. However it's now deprecated and I don't suggest you using it on mobile devices. Using TextInput v2 and choosing a datepicker plugin of your choice is a better alternative.

Jonathan Argentiero
  • 5,687
  • 8
  • 29
  • 34