You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/resources/io/jenkins/plugins/designlibrary/Select/index.properties
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,3 +8,4 @@ searchable=Autocomplete
8
8
searchable.description=Allows users to quickly browse a select by typing to filter the available choices. Start typing a U.S. state for results to appear.
9
9
combobox=Using <code>combobox</code> forces the user to select an option from the available choices, it''ll also display all choices on focus.
10
10
textbox=Using <code>textbox</code> on the other hand allows the user to enter free text if they so desire.
11
+
usage.enum=With <code>f:enum</code> you can create a select that is based on an <code>enum</code> in Java.
0 commit comments