0.7.0 • Published 8 months ago

@blaze-react/date-time-input v0.7.0

Weekly downloads
310
License
ISC
Repository
-
Last release
8 months ago

Description

Datepicker tools that wraps react-datepicker.

Note about importing

This component requires its consumers to manually import the third-party library's CSS

import "react-datepicker/dist/react-datepicker.css";

Usage

  • Required
<DateTimeInput
  label="Date Time input required"
  onChange={({ event, value }) => {}}
  type="dateTime"
  modifier="full-width"
  validationMessage="Date Time is required"
  error
  required
/>
  • Disabled
<DateTimeInput
  label="Date Time input disabled"
  onChange={({ event, value }) => {}}
  type="dateTime"
  modifier="full-width"
  validationMessage="Date Time is disabled"
  error
  disabled
/>
  • Pick only date
<DateTimeInput
  label="Date input"
  onChange={({ event, value }) => {}}
  type="date"
  modifier="full-width"
/>
  • Pick only time
<DateTimeInput
  label="Date input"
  onChange={({ event, value }) => {}}
  type="time"
  modifier="full-width"
/>

API

DateTimeInput can receive a number of props as follow:
NAMETYPEDEFAULT
labelStringempty
type'dateTime', 'date', 'time'dateTime
valueStringempty
validationMessageStringThis field is required
disabledBooleanfalse
requiredBooleanfalse
errorBooleanfalse
onChangeFunction() => {}

onChange events

The raw onChange events are inconsistent from the underlying component and when using the today button so the component makes sure to set the the following props on an event.target

  • name: uses the component id prop
  • value: the date from the event
0.8.0-alpha.64

8 months ago

0.8.0-alpha.58

2 years ago

0.8.0-alpha.56

2 years ago

0.8.0-alpha.60

2 years ago

0.8.0-alpha.52

2 years ago

0.8.0-alpha.39

3 years ago

0.8.0-alpha.42

3 years ago

0.8.0-alpha.41

3 years ago

0.8.0-alpha.44

3 years ago

0.8.0-alpha.43

3 years ago

0.8.0-alpha.46

3 years ago

0.8.0-alpha.45

3 years ago

0.8.0-alpha.33

3 years ago

0.8.0-alpha.35

3 years ago

0.8.0-alpha.31

3 years ago

0.8.0-alpha.26

3 years ago

0.8.0-alpha.24

3 years ago

0.8.0-alpha.23

3 years ago

0.8.0-alpha.21

3 years ago

0.8.0-alpha.14

3 years ago

0.8.0-alpha.16

3 years ago

0.8.0-alpha.11

3 years ago

0.8.0-alpha.10

3 years ago

0.8.0-alpha.13

3 years ago

0.8.0-alpha.19

3 years ago

0.8.0-alpha.18

3 years ago

0.8.0-alpha.20

3 years ago

0.8.0-alpha.9

3 years ago

0.8.0-alpha.7

3 years ago

0.8.0-alpha.6

3 years ago

0.8.0-alpha.2

3 years ago

0.8.0-alpha.1

3 years ago

0.8.0-alpha.4

3 years ago

0.8.0-alpha.3

3 years ago

0.8.0-alpha.0

3 years ago

0.6.2-alpha.0

3 years ago

0.7.0

3 years ago

0.6.5

3 years ago

0.6.4

3 years ago

0.6.2

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago