remove regression

This commit is contained in:
David Botton 2024-04-01 18:55:56 -04:00
parent 6bb417a7ad
commit c94ed03704

View file

@ -223,7 +223,7 @@ attribute/value pairs in the form attr= 'value'"))
(when (or hidden style)
(setf (getf args :style)
(format nil "~@[~a~]~@[~a~]" (when hidden "visibility:hidden;") style)))
(dolist (key '(:name :html-id :auto-place))
(dolist (key '(:html-id :auto-place))
(remf args key))
(let* ((element (create-child
obj (format nil "<input type='~A' ~{~(~A~)= '~A'~^ ~}/>"
@ -235,8 +235,6 @@ attribute/value pairs in the form attr= 'value'"))
(label-for label element))
element))
(escape-string :vslider :html t)
;;;;;;;;;;;;;;;;;;
;; autocomplete ;;
;;;;;;;;;;;;;;;;;;