kitchen-site icon indicating copy to clipboard operation
kitchen-site copied to clipboard

Datepicker fields generate input.size is not a function

Open cpravetz opened this issue 2 years ago • 0 comments

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.

cpravetz avatar Apr 12 '22 22:04 cpravetz