Liking cljdoc? Tell your friends :D

com.fulcrologic.rad.rendering.semantic-ui.controls.instant-inputs


date-at-noon-controlclj/s

(date-at-noon-control render-env)
source

date-time-controlclj/s

(date-time-control render-env)
source

midnight-next-date-controlclj/s

(midnight-next-date-control render-env)
source

midnight-on-date-controlclj/s

(midnight-on-date-control render-env)
source

ui-date-instant-inputclj/s

(ui-date-instant-input
  {:com.fulcrologic.rad.rendering.semantic-ui.controls.instant-inputs/keys
     [default-local-time]}
  {:keys [value onChange local-time] :as props})
source

ui-date-time-instant-inputclj/s

(ui-date-time-instant-input _ {:keys [disabled? value onChange] :as props})
source

ui-ending-date-instant-inputclj/s

(ui-ending-date-instant-input _ {:keys [value onChange] :as props})

Display the date the user selects, but control a value that is midnight on the next date. Used for generating ending instants that can be used for a proper non-inclusive end date.

Display the date the user selects, but control a value that is midnight on the next date. Used for generating ending
instants that can be used for a proper non-inclusive end date.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close