Skip to content

Commit 1344474

Browse files
author
William Coletto
committed
Added datepicker prop for readonly
1 parent 9f6049d commit 1344474

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Fable.Helpers.ReactToolbox.fs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ type DatePickerProps =
321321
| OnChange of Function
322322
| OnEscKeyDown of Function
323323
| OnOverlayClick of Function
324+
| Readonly of bool
324325
| Theme of DatePickerTheme
325326
| Value of U2<DateTime, string>
326327
interface IReactToolboxProp
@@ -991,4 +992,4 @@ type TooltipProps =
991992
| TooltipHideOnClick of bool
992993
interface IReactToolboxProp
993994
let Tooltip = importDefault<ComponentClass<IHTMLProp list>> "react-toolbox/lib/tooltip"
994-
let inline tooltip b c = Fable.Helpers.React.from Tooltip b c
995+
let inline tooltip b c = Fable.Helpers.React.from Tooltip b c

0 commit comments

Comments
 (0)