dohomi / tamagui-kitchen-sink

Home of tamagui-extras, a component library which extends Tamagui with additional features..

Home Page:https://tamagui-extras.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Datepicker doesn't fill width

tjapa opened this issue · comments

How do I make the datepicker fill the entire width like the fields above it in the image?
I don't know if this is a bug or it's my fault.

image

Good catch, I published a new patch release to support fullWidth prop

<LmDatepicker fullWidth />

Please let me know if that works for you

It worked! Thanks!