Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The date is not saved if I immediately click on another form input component. #783

Open
bci24 opened this issue Nov 27, 2019 · 2 comments
Open

Comments

@bci24
Copy link

bci24 commented Nov 27, 2019

I am using two components one for start and one for end date.

When selecting the start date and immediately click on the end date select, the selected date from start date is not saved in the input.

It only saves the date if I click on the page.

Is this a bug????

`< datepicker :typeable="dateTypeable" :format="customDateFormat" input-class="form-control" >< /datepicker>

dateTypeable: true
customDateFormat(date) {
return moment(date).format('DD.MM.YYYY');
}
`

@Zigotote
Copy link

Zigotote commented Nov 28, 2019

I am facing the same issue !

I think it's the same problem as #653 (and so many others)

@bci24
Copy link
Author

bci24 commented Nov 30, 2019

Any update ? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants