Skip to content

Latest commit

 

History

History
59 lines (33 loc) · 1.33 KB

overview.md

File metadata and controls

59 lines (33 loc) · 1.33 KB

Time Picker


go back to Table of contents

Form Type

afe_time_picker

Description

Use jdewit/bootstrap-timepicker as GUI wrapper for TimeType.

Options

minute_step

type: integer, default: 15

Specify a step for the minute field.

second_step

type: integer, default: 15

Specify a step for the second field.

with_seconds

type: integer, default: false

Inherited from TimeType. Whether or not show the seconds field.

default_time

type: string|boolean, default: current

  • current set default time to the current time
  • 11:45 AM set default time to a specific time
  • false do not set a default time
show_meridian

type: boolean, default: false

If true, use 12hr mode, otherwise use 24hr mode.

disable_focus

type: integer, default: true

Disables the input from focusing. This is useful for touch screen devices that display a keyboard on input focus.