Skip to content

Commit 514abdb

Browse files
committed
time_picker_entry_mode typo
1 parent 04c9bb4 commit 514abdb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sdk/python/packages/flet-core/src/flet_core/time_picker.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
from flet_core.control import Control, OptionalNumber
66
from flet_core.ref import Ref
7-
87
from flet_core.types import ResponsiveNumber
98

109

@@ -21,7 +20,7 @@ class TimePicker(Control):
2120
2221
It is added to [`page.overlay`](page#overlay) and called using its `pick_time()` method.
2322
24-
Depending on the `time_picker_mode`, it will show either a Dial or an Input (hour and minute text fields) for picking a time.
23+
Depending on the `time_picker_entry_mode`, it will show either a Dial or an Input (hour and minute text fields) for picking a time.
2524
2625
Example:
2726
```

0 commit comments

Comments
 (0)