[wp-trac] [WordPress Trac] #19867: wp_dropdown_users() still not scalable

WordPress Trac noreply at wordpress.org
Mon Apr 24 20:56:59 UTC 2023


#19867: wp_dropdown_users() still not scalable
-------------------------+---------------------------------------------
 Reporter:  prettyboymp  |       Owner:  joedolson
     Type:  enhancement  |      Status:  accepted
 Priority:  normal       |   Milestone:  6.3
Component:  Users        |     Version:  3.3.1
 Severity:  normal       |  Resolution:
 Keywords:  needs-patch  |     Focuses:  ui, accessibility, performance
-------------------------+---------------------------------------------

Comment (by iandunn):

 What do you think about using
 [https://wordpress.github.io/gutenberg/?path=/docs/components-
 comboboxcontrol--default ComboboxControl] as an autocomplete? It'd
 probably be easier to iterate on compared to Select[2|Woo], since it's
 first-party code.

 IIRC, in the past we've used a single instance of an object when many are
 needed on the same page, and then swapped the data on the fly (maybe with
 TinyMCE)? Would that be helpful here?

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/19867#comment:87>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list