Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

list buttons does not fire input event #35

Open
deme18 opened this issue Aug 1, 2019 · 1 comment
Open

list buttons does not fire input event #35

deme18 opened this issue Aug 1, 2019 · 1 comment

Comments

@deme18
Copy link

deme18 commented Aug 1, 2019

Version

1.1.1

Test Environment

all

Current Behavior

Write some test highlight it and click on the UL or OL buttons. no imput event is fired.

// Write example code

Expected Behavior

The input event should have been fired as the value changed.

@deme18
Copy link
Author

deme18 commented Aug 1, 2019

As a quick fix I put a ref on the editor then on the stateChange event I did this

if (event.list) {
     ref.$emit('input', ref.invoke("getValue"));
 }

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

1 participant