console starts as text and does not hookup autocomplete removing ~5k limit on updating

This commit is contained in:
David Botton 2024-04-19 07:33:30 -04:00
parent 5e69bd4acd
commit e475e35237
4 changed files with 10 additions and 3 deletions

View file

@ -1014,7 +1014,8 @@ optionally fill in with contents of data-list."))
(defgeneric create-select (clog-obj &key name multiple label
style hidden class html-id auto-place)
(:documentation "Create a new clog-select as child of CLOG-OBJ."))
(:documentation "Create a new clog-select as child of CLOG-OBJ. Use SIZE and
set to greater than 1 for select to act as a listbox."))
(defmethod create-select ((obj clog-obj)
&key (name nil)