You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reflex-dom-core/src/Reflex/Dom/Widget/Input.hs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -429,6 +429,7 @@ regularToDropdownViewEventType en r = case en of
429
429
--TODO: We should allow the user to specify an ordering instead of relying on the ordering of the Map
430
430
--| Create a dropdown box
431
431
-- The first argument gives the initial value of the dropdown; if it is not present in the map of options provided, it will be added with an empty string as its text
432
+
{-# DEPRECATED "Consider using 'selectElement' instead. As-is, 'dropdown' has multiple interface and implementation issues; a revised version may appear in a forthcoming high-level widget library" #-}
0 commit comments