1.0.5 • Published 4 years ago

ko-time-edit v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

ko-time-edit

Time edit is a knokout component for simple convert units of measure.

How to install

$ npm i ko-time-edit

After install you need import file with component to your project.

reqire('ko-time-edit');

How to use

<time-edit params="seconds: fooVar"></time-edit>

Params

NameTypeDefaultDescription
requiredboolfalseMake fields required for fill, show validate message.
disabledboolfalseMake fields disabled.
hasSecondsbooltrueShow/Hide field with second.
hasMinutesbooltrueShow/Hide field with minutes.
hasHoursbooltrueShow/Hide field with hours.
hasDaysbooltrueShow/Hide field with days.
validationMsgstring'Необходимо заполнить поле'Validation message shown when param required is true.
1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago