Ceci

Results 30 comments of Ceci

@motss How about the ability to specify a list of invalid/valid dates? I'd be game to submit a PR for this if you're open to the change.

Essentially the same concept that you have with "disableDays", but at a date-level, rather then day of the week.

Purposely allowing a user the ability to do something incorrectly when you can prevent it doesn't really make sense to me. **I'm going to walk through a bit of our...

Not at the moment, it was a quick datepicker I hacked together when I was using Angular Material. It isn't nearly as fleshed out as yours since it doesn't animate...

So I actually have it so that the built code is deployed to NPM and the Latest branch (instead of master). This means that the version isn't located on the...

Our source code is located in master, we end up releasing from a latest branch though that way we don't pollute master with build artifacts. **This is currently how we're...

I've noticed a couple of updates over on coveralls.io. Not exactly sure when they were implemented. * Linking your GitLab account with Coveralls is now supported. * Syncing your repositories...

Created a small example application that produces a similar error. https://glitch.com/edit/#!/melted-bitter-music

@subashram98 Mind opening a separate issue for this?

Confirmed this is also an issue in IE 10. Interestingly, if you click the field in Firefox it goes to the end of the input element.