We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
disabled
Receive
1 parent a15179d commit 37f7d6cCopy full SHA for 37f7d6c
src/DateTimePicker.purs
@@ -128,7 +128,10 @@ handleAction = case _ of
128
raiseSelectionChanged state.interval state.date time'
129
_ -> H.raise $ TimeOutput msg
130
Receive input -> do
131
- H.modify_ _ { interval = input.interval }
+ H.modify_ _
132
+ { disabled = input.disabled
133
+ , interval = input.interval
134
+ }
135
136
handleQuery :: forall m a. Query a -> ComponentM m (Maybe a)
137
handleQuery = case _ of
0 commit comments