Nick Williams

Results 139 comments of Nick Williams

i keep finding that when `lerna bootstrap` is run, the `package-lock` files end up with tabs instead of spaces for indentation. not sure why this is, since npm does not...

I wonder if we can allow for a base64 encoded svg passed as a css var as part of the theme. Seems like it's an easy way to set it...

This is a good idea. Thanks for requesting. Will add

I'm going to add some support for the `validity` property, like native inputs. This offers all the information you need about valid format, empty value, exceeding min/max etc. This is...

As in implement this API https://developer.mozilla.org/en-US/docs/Web/API/ValidityState

This was an intentional decision to ensure that the value is always a valid date (or empty string when input is cleared). Perhaps we can be a bit more aggressive...

Possible duplicate of https://github.com/duetds/date-picker/issues/47?

I have just checked the behaviour of the native ``... On invalid date, its `value` property is set to an empty string (in chrome and FF). So that happily aligns...

If you want values as they are typed you could listen to an `"input"` event. But be aware you need a condition in your listener to filter out events from...

I don't have an ios device to test on. But for me this is behaving as expected, in both safari (v14) and chrome (latest) on mac. * when focus is...