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 7fc89e7 commit dff60f0Copy full SHA for dff60f0
adminforth/spa/src/afcl/Select.vue
@@ -187,7 +187,7 @@ function updateFromProps() {
187
}
188
189
async function inputClick() {
190
- if (props.readonly || props.searchDisabled) return;
+ if (props.readonly) return;
191
// Toggle local dropdown
192
showDropdown.value = !showDropdown.value;
193
// If the dropdown is about to close, reset the search
0 commit comments