utily / smoothly

Web component library written with Stencil.
https://payfunc.com/open-source/smoothly
MIT License
1 stars 5 forks source link

input-date-range implements Editable #796

Closed Magnus93 closed 3 months ago

Magnus93 commented 3 months ago

input-date-range should now act correctly in smoothly-form, and together with input-clear, input-reset, etc. image

Also

Fixed the label so it's properly placed

Before

image

After

image

cloudflare-workers-and-pages[bot] commented 3 months ago

Deploying smoothly with  Cloudflare Pages  Cloudflare Pages

Latest commit: 00eaaad
Status: ✅  Deploy successful!
Preview URL: https://2b07a237.smoothly.pages.dev
Branch Preview URL: https://debug-date-range-clear.smoothly.pages.dev

View logs

Magnus93 commented 3 months ago

Bug the input-clear does not disappear when value is undefined - which is the thing I wanted to solve in the first place :disappointed:

edit: I'll fix the clear on a new branch