Tommy Bjerregaard
Tommy Bjerregaard
@ghiden # your example in http://plnkr.co/edit/aeB28M the "field-required-class" is not added to the input but only to the wrappers, but on your example page https://ghiden.github.io/angucomplete-alt/#example8 it works fine. Is this...
@ghiden Actually its not what i meant :) What i mean is that in my website the error className specified in the attribute field-required-class is not added to the input....
@ghiden No the classes is not added to the `` tag. See pictures: Works fine: http://oi68.tinypic.com/2res51z.jpg Dont work: http://oi65.tinypic.com/2dbqwwy.jpg
@ghiden But if you are not checking the validity when its loaded I have no chance to style the input with some kind of "unvalid" styling. In my case I...
@ghiden Any progress with the bug?
Sames goes for the previous version of this package where you used `asPath`. I guess you changed that because of exactly this comment? _Using the asPath field may lead to...
@franky47 I think this package should rely only on the router and nothing else. I have tried implementing something similar as this package with asPath and window object and you...
@lukemorales Sounds great 👍 One thing i was considering was to also always put the url(without query params) for the fetch function inside the key factory so the react query...
> You should already be able to do that? Not sure you're suggesting some feature or just giving an example of an idea you're considering 😅, but I don't see...
@lukemorales Yeah thx 👍 I will test it out tomorrow in my project.