You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DatePickerRenderer has a public property "settings" so far that is a string that must be the JSON parameters. This is really not the best we can do.
We should at least:
stop using public properties: use constructor parameters or setters instead
make sure the most common parameters are exposed directly. For instance, we should have a "setDateFormat" method.
The text was updated successfully, but these errors were encountered:
The
DatePickerRenderer
has a public property "settings" so far that is a string that must be the JSON parameters. This is really not the best we can do.We should at least:
The text was updated successfully, but these errors were encountered: