Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Placeholder attribute in IE #120

Open
kenazs opened this issue Jan 10, 2019 · 2 comments
Open

Placeholder attribute in IE #120

kenazs opened this issue Jan 10, 2019 · 2 comments

Comments

@kenazs
Copy link

kenazs commented Jan 10, 2019

Versions

  • vue: 2.5.17
  • vue-datetime: 1.0.0-beta.10
  • luxon: 1.4.3

Description:

Placeholder attribute fires input event in IE ( vuejs/vue#7138 ), that produces wrong input event. It can be resolved by spread $listeners in DateTime.vue component and check for event.

Steps To Reproduce:

<datetime v-model="test" placeholder="test placeholder" />
And on click on input this error in console (input event)
default

@adnumaro
Copy link
Contributor

This is fixed at the last update. The placeholder now is inherited attribute instead of a prop.

@kenazs kenazs closed this as completed Jan 14, 2019
@kenazs
Copy link
Author

kenazs commented Jan 14, 2019

No, I mean placeholder, not popup title.

@kenazs kenazs reopened this Jan 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants