Xavier Bertels

Results 32 comments of Xavier Bertels

@Tjoosten great!

@Tjoosten if you need a good example to start with, check out the `gulp` workflow here: https://github.com/getchopstick/chopstick-boilerplate/blob/master/gulpfile.js or here: https://github.com/mono-company/bedrock/blob/master/gulpfile.js. Not 100% relevant but architecturally a good example.

@SerkanYildiz Are you still working on that fix? Because I think setting the width of that label to 4.5em should solve the issue (and is better than fiddling with the...

I think this should definitely change, but I don’t know enough about angular to do it myself. Ideally, the following happens: - Check for support of date input type with...

@Haroenv correct, actually, I was mistaken in my comment, the same principle applies there: check for support, otherwise go with custom implementation

It’s an improvement over the current situation in any case. We don’t need to come up with the perfect design – we can iterate on it later I think. @pietercolpaert...

You can check for touch events and load the appropriate stuff then. But like I said, anything is better than the current implementation.

Who knows how to make this work in Angular? I can make the "prototype" code, but I have no idea how to bind the input to the actual search action.

Oh cool. Guess I’m not needed for this then ;) 👍

Great, I’ll have a look!