Changes between Initial Version and Version 1 of Ticket #15631, comment 9
- Timestamp:
- 11/23/2022 12:06:51 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15631, comment 9
initial v1 1 This is feature of the classic editor that the block editor adopted. There was some [https://github.com/WordPress/gutenberg/issues/3228 trouble creating a custom fields UI element] there in the months before WordPress 5.0, which could be easier now. Discussion about an element like the block editor's link autocomplete would fit better in the Gutenberg repo.1 This is a feature of the classic editor that the block editor adopted. There was some [https://github.com/WordPress/gutenberg/issues/3228 trouble creating a custom fields UI element] there in the months before WordPress 5.0, which could be easier now. Discussion about an element like the block editor's link autocomplete would fit better in the Gutenberg repo. 2 2 3 3 Yet your suggestion led me to think about the native [https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist datalist element]. Firefox still has a bug with the dropdown, but the element could be worth considering.