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

[Vue 3]Pressing TAB to indent doesn't emit event "input" #126

Open
zimtsui opened this issue Nov 27, 2021 · 1 comment
Open

[Vue 3]Pressing TAB to indent doesn't emit event "input" #126

zimtsui opened this issue Nov 27, 2021 · 1 comment

Comments

@zimtsui
Copy link

zimtsui commented Nov 27, 2021

_updateInput(record: Record): void {

you didn't emit "input" when TAB is pressed.

@Liquidream
Copy link

Liquidream commented May 26, 2023

I just noticed this issue when using a model-value bound editor control (as I have it inside one of my own components).
It shows a weird "ghosting" when TAB-ing, but fixes itself when you type another character.

Does anyone have a workaround for this at all?

Thx in advance

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