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
Vue2-datepicker version: 3.8.0 Vue version: 2.6.11 Browser: Google Chrome v86.0.4240.198
Steps to reproduce
You need to pass the custom input to the input slot and use the variables from the scope (in my example I use b-form-input component from the bootstrap-vue library);
Expected behavior
If a string comes instead of an event in the handleInputInput method, then pass it to the this.userInput parameter.
Actual behavior
An error occurs because the custom component returns the entered value as a string and not an event. You can find this handler in the source code here.
The text was updated successfully, but these errors were encountered:
Thanks for the answer, however, it looks like a workaround, if you want I can create a pull request in this update, it is very simple, but it will help to avoid such problems in the future for other developers?
Vue2-datepicker version: 3.8.0
Vue version: 2.6.11
Browser: Google Chrome v86.0.4240.198
Steps to reproduce
b-form-input
component from the bootstrap-vue library);Reproduction Link or Source Code
https://codesandbox.io/s/hopeful-bogdan-bpzuc
Expected behavior
If a string comes instead of an event in the
handleInputInput
method, then pass it to thethis.userInput
parameter.Actual behavior
An error occurs because the custom component returns the entered value as a string and not an event. You can find this handler in the source code here.
The text was updated successfully, but these errors were encountered: