Skip to content
Snippets Groups Projects

Resolve #3438915 "Port the select"

Files
12
@@ -11,6 +11,10 @@ extend type WebformElementWebformFlexbox {
elements: [WebformElement]
}
extend type WebformElementSelect {
emptyOption: WebformElementOption
}
extend type WebformElementTextarea {
rows: Int
}
Loading