bangank36 / WP-Builder

JSON Schema-based forms with Wordpress Components renderer
https://gutenbuilder.wordpress.com
GNU General Public License v2.0
0 stars 0 forks source link

WP-Builder: Support date picker #73

Closed bangank36 closed 1 year ago

bangank36 commented 1 year ago

Summary

Update

Therefore I will consider using this https://reactdatepicker.com/#example-monthyear-dropdown instead and see if it work, the whole inline component will be rendered on the popup

  1. Note that date-fns is used for format date, we need a custom createOnChangeHandler and custom getData to parse value from Date object to correct string

    Reference

    3

bangank36 commented 1 year ago

Update