stable

Clone or download

Read-only

refactor: More elegant focus delegation

No functional change expected. When you open the dropdown, the search input should be focused as before. part of request #31583 Lazybox big clean-up Change-Id: I3ec6abe60b783f97e337e7db3cc3359635210d50

Modified Files

Name
M lib/frontend/lazybox/src/LazyboxElement.test.ts +10 −2 Go to diff View file
M lib/frontend/lazybox/src/LazyboxElement.ts +2 −0 Go to diff View file
M lib/frontend/lazybox/src/SearchInput.test.ts +15 −16 Go to diff View file
M lib/frontend/lazybox/src/SearchInput.ts +5 −6 Go to diff View file
M lib/frontend/lazybox/src/dropdown/DropdownElement.test.ts +2 −5 Go to diff View file
M lib/frontend/lazybox/src/dropdown/DropdownElement.ts +2 −4 Go to diff View file