InputView value should be updated each time panel is showed #4765
Labels
domain:ui/ux
This issue reports a problem related to UI or UX.
package:link
type:bug
This issue reports a buggy (incorrect) behavior.
Milestone
Now
InputView
is updated by binding its value tolink
command value. But in situation when balloon panel is closed withCancel
button and reopened again on the same link,InputView
and DOM element values will not be updated (because command value will not change). Value should be set again each time balloon panel is showed.Before fixing this, we should close: https://github.com/ckeditor/ckeditor5-ui/issues/135
The text was updated successfully, but these errors were encountered: