thomasboyt / react-pikaday

A React component wrapper around Pikaday
111 stars 31 forks source link

allow passing arbitrary props to the input node #21

Closed ximus closed 8 years ago

ximus commented 8 years ago

Allows passing any prop that isn't expected in the propTypes, to the underlying <input>

My use-case: pass the name prop to the <input>: <Pickaday name="myDate" />

joefiorini commented 8 years ago

@ximus thanks! merging