aurelia / ux

A user experience framework with higher-level capabilities, designed to bring simplicity and elegance to building cross-device, rich experiences.
MIT License
368 stars 55 forks source link

fix(lookup): add class for validation renderer #285

Closed MaximBalaganskiy closed 4 years ago

bigopon commented 4 years ago

is there any reason the validation couldn't use ux-lookup? If we do this, we need to do it for every component.

MaximBalaganskiy commented 4 years ago

The renderer in the demo app relies on these classes. E.g. ux-input already has it

ben-girardet commented 4 years ago

I think we already do this for the other components. Plus I think it's very good to use BEM styles which requires us to declare the .ux-lookup class in the element.

bigopon commented 4 years ago

Cool, thanks for confirming @MaximBalaganskiy @ben-girardet lets go