LabeledFieldView should be extendable #12598
Labels
package:ui
squad:features
Issue to be handled by the Features team.
type:improvement
This issue reports a possible enhancement of an existing feature.
Milestone
📝 Provide a description of the improvement
ATM if you want to put anything next (or over) the input like additional elements (an icon, a button to clear the input), there's no way to do that because children are hardcoded
ckeditor5/packages/ckeditor5-ui/src/labeledfield/labeledfieldview.js
Lines 210 to 224 in b5ded5a
The solution is to make the input wrapper a real view with a
children
collection you can push extra things into.If you'd like to see this improvement implemented, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: