We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7723fb2 commit 77e01d3Copy full SHA for 77e01d3
modules/luci-base/htdocs/luci-static/resources/ui.js
@@ -1092,6 +1092,7 @@ const UIDropdown = UIElement.extend(/** @lends LuCI.ui.Dropdown.prototype */ {
1092
'maxlength': this.options.maxlength,
1093
'placeholder': this.options.custom_placeholder ?? this.options.placeholder,
1094
'inputmode': 'text',
1095
+ 'enterkeyhint': 'done'
1096
});
1097
1098
if (this.options.datatype || this.options.validate)
0 commit comments