File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
client/packages/lowcoder/src
comps/comps/selectInputComp Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,8 @@ export const SelectInputValidationSection = (children: ValidationComp) => (
128
128
label : trans ( "prop.showEmptyValidation" ) ,
129
129
} ) }
130
130
{ children . allowCustomTags . propertyView ( {
131
- label : trans ( "prop.customTags" )
131
+ label : trans ( "prop.customTags" ) ,
132
+ tooltip : trans ( "prop.customTagsTooltip" )
132
133
} ) }
133
134
{ children . customRule . propertyView ( { } ) }
134
135
</ Section >
Original file line number Diff line number Diff line change @@ -235,7 +235,8 @@ export const en = {
235
235
"verticalGridCells" : "Vertical Grid Cells" ,
236
236
"timeZone" : "TimeZone" ,
237
237
"pickerMode" : "Picker Mode" ,
238
- "customTags" : "Custom Tags"
238
+ "customTags" : "Allow Custom Tags" ,
239
+ "customTagsTooltip" : "Allow users to enter custom tags that are not in the options list."
239
240
} ,
240
241
"autoHeightProp" : {
241
242
"auto" : "Auto" ,
You can’t perform that action at this time.
0 commit comments