Skip to content

Commit

Permalink
SearchField placeholder attribute support added jmix-framework#2686
Browse files Browse the repository at this point in the history
  • Loading branch information
syncro committed Dec 26, 2023
1 parent d99209d commit c94b150
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public interface StudioSearchComponents {
@StudioProperty(xmlAttribute = "openMode", type = StudioPropertyType.ENUMERATION,
classFqn = "io.jmix.flowui.view.OpenMode",
options = {"NAVIGATION", "DIALOG"}),
@StudioProperty(xmlAttribute = "placeholder", type = StudioPropertyType.LOCALIZED_STRING),
@StudioProperty(xmlAttribute = "searchSize", type = StudioPropertyType.INTEGER),
@StudioProperty(xmlAttribute = "searchStrategy", type = StudioPropertyType.ENUMERATION,
classFqn = "io.jmix.search.searching.SearchStrategy",
Expand Down
1 change: 1 addition & 0 deletions jmix-search/search-flowui/src/main/resources/ui.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<xs:attributeGroup ref="layout:hasEnabled"/>
<xs:attributeGroup ref="layout:hasHelperText"/>
<xs:attributeGroup ref="layout:hasLabel"/>
<xs:attributeGroup ref="layout:hasPlaceholder"/>
<xs:attributeGroup ref="layout:hasSize"/>
<xs:attributeGroup ref="layout:hasTabIndex"/>
<xs:attributeGroup ref="layout:hasTitle"/>
Expand Down

0 comments on commit c94b150

Please sign in to comment.