Skip to content

Commit 18cdb4e

Browse files
authored
Add import for field module in select.js
Import field module to select.js for additional functionality.
1 parent 3ccff51 commit 18cdb4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

select/select.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ import { FocusState, isElementInSubtree, isSelectableKey } from '../menu/control
4848
import { TYPEAHEAD_RECORD } from '../menu/controllers/typeaheadController.js'
4949
import { DEFAULT_TYPEAHEAD_BUFFER_TIME } from '../menu/menu.js'
5050
import { queryAssignedElements, queryAssignedNodes } from '../utils/query.js'
51+
import '../internal/field/field.js'
5152

5253
const VALUE = Symbol('value')
5354
// Separate variable needed for closure.

0 commit comments

Comments
 (0)