Need to fix some CSS

I think @Thomas is talking about adding an existing attribute, but Radzen figuring out that it already exists, thus only appending the attribute value. Here's an example:


image

Right now Radzen simply adds the attribute and causes the duplicity error shown above. It could also overwrite attributes that only have one value, such as MaxLength for example:


1 Like