Skip to content
This repository was archived by the owner on Jul 26, 2022. It is now read-only.

No disable #81

Open
luisgwapo opened this issue Jul 2, 2020 · 2 comments
Open

No disable #81

luisgwapo opened this issue Jul 2, 2020 · 2 comments

Comments

@luisgwapo
Copy link

disabled doesn't work

@DenisLanks
Copy link

You need access the input-field by ref. So disabled the input.

@websterKAT
Copy link

If you are using Typescript you can use following line to disable it, make sure to add a reference to the typehead component, in this case reference is 'refmodeltypeahead'
(this.$refs['refmodeltypeahead'] as any).$refs.input.disabled = true;

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

3 participants