mirror of
https://github.com/nunntom/elm-ui-select.git
synced 2024-11-27 00:49:07 +03:00
Expose updateEffect
This commit is contained in:
parent
a460e96765
commit
0d9387fb4b
@ -4,7 +4,7 @@ module Select exposing
|
||||
, toValue, toInputValue
|
||||
, Msg, update
|
||||
, view, toElement, withFilter, withMenuAlwaysAbove, withMenuAlwaysBelow, withMenuMaxHeight, withMenuAttributes, withNoMatchElement, OptionState(..), withOptionElement
|
||||
, Effect
|
||||
, Effect, updateEffect
|
||||
)
|
||||
|
||||
{-| A select dropdown for Elm-Ui
|
||||
@ -37,7 +37,7 @@ module Select exposing
|
||||
|
||||
# Effect
|
||||
|
||||
@docs Effect
|
||||
@docs Effect, updateEffect
|
||||
|
||||
-}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user