afialapis / reactstrap-date-picker

A Reactstrap based, zero dependencies, date picker
MIT License
12 stars 6 forks source link

New option to not render input group #6

Closed iccicci closed 4 years ago

iccicci commented 4 years ago

First of all, really a good job!

Then, my request: is it possible to add an option to render only the input without the input group in order to let us add this priceless input in our composed input group?

Perfect output (at least for my purpose) would be:

<>
  <Input ... />
  <PopOver ... />
</>
afialapis commented 4 years ago

Thanks, and sorry for the late.

I think it can be easily and safely done. But, before, just to get a bit more context: did you face any problem nesting InputGroup?

iccicci commented 4 years ago

Hi, yes, the borders a<dding other InputGroupAddon(s) aren't nice as expected

afialapis commented 4 years ago

Done: 5a48fd915614e71707605ac7f7541ea3f1197b39

Added customInputGroup prop.

Thanks!