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
Date fields in a collection using a datepicker for input generate an error in the insert or update forms in bootstrap-datepicker line 2206. It appears that the class definition for the input control does not match the option.datepickerinput class key used to find the input and on line 2206, the input variable is undefined. I tried adding "datepickerinput" to the "Input control class" for the field definition, but that isn't fixing the problem.
I know you're not actively maintaining this or the CLI, but wanted to log the issue anyhow.
The text was updated successfully, but these errors were encountered:
Date fields in a collection using a datepicker for input generate an error in the insert or update forms in bootstrap-datepicker line 2206. It appears that the class definition for the input control does not match the option.datepickerinput class key used to find the input and on line 2206, the input variable is undefined. I tried adding "datepickerinput" to the "Input control class" for the field definition, but that isn't fixing the problem.
I know you're not actively maintaining this or the CLI, but wanted to log the issue anyhow.
The text was updated successfully, but these errors were encountered: