Skip to content

FormInputWorklog

The component responsible for building the input for the work time logging picker.

Props

pick
required
Function providing information about selecting/changing the date
type:Function
close
required
Decides whether to open a dropdown/modal
type:Boolean
default:false
size
Inputa size
type:String
default:md
values:sm, md, lg
step
Defines the ranges of minutes
type:Number
default:5
values:1, 2, 3, 4, 5, 6, 10, 15, 20, 30

WARNING

This component is the main part of the FormPickerWorklog component.