File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
specifyweb/frontend/js_src/lib/components/FormFields Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ import { userInformation } from '../InitialContext/userInformation';
3939import type { AutoCompleteItem } from '../Molecules/AutoComplete' ;
4040import { AutoComplete } from '../Molecules/AutoComplete' ;
4141import { Dialog } from '../Molecules/Dialog' ;
42+ import { titlePosition } from '../Molecules/Tooltips' ;
4243import { hasTablePermission } from '../Permissions/helpers' ;
4344import {
4445 getQueryComboBoxConditions ,
@@ -370,6 +371,7 @@ export function QueryComboBox({
370371 title : typeof typeSearch === 'object' ? typeSearch . title : undefined ,
371372 ...getValidationAttributes ( parser ) ,
372373 type : 'text' ,
374+ [ titlePosition ] : 'top' ,
373375 } }
374376 pendingValueRef = { pendingValueRef }
375377 source = { fetchSource }
You can’t perform that action at this time.
0 commit comments