[Bug] Aditional CSS Classes missing in 4.1.0 #235
Labels
Bug
Something isn't working
Needs: More Information
The author needs to provide more information on the issue.
The additional style classes (SuccessClass, ErrorClass etc) don't appear to be working in versions 4+
After updating a project from 3.2.2 to 4.1.0 the custom SuccessClass tags are not applied to the DOM objects when rendered and any styles are not applied.
On a project with 3.2.2 the DOM has the custom CSS class,
![image](https://private-user-images.githubusercontent.com/51393335/282445743-cce602ce-7fbf-45d9-9f38-fdac4fa3f950.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg3NjA3OTEsIm5iZiI6MTczODc2MDQ5MSwicGF0aCI6Ii81MTM5MzMzNS8yODI0NDU3NDMtY2NlNjAyY2UtN2ZiZi00NWQ5LTlmMzgtZmRhYzRmYTNmOTUwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA1VDEzMDEzMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTk2Mzk0ZTA2YzA0ODQ3M2NmNjg4N2Y0YTZhMWE3YTUyNTUzZmMxY2QxNTRjZTYzZjAxM2RkOWY4NTY1NDZjNzgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.zqdNrQ7lBBRCXj3VloHFRptldFl6Js0cvj-HoAgm8uE)
On 4.1.0, the custom CSS class is not included,
If I download the latest sample and run the server\webassembly versions its fine. If I switch either out to the nuget version 4.1.0 then the CSS tags are not applied anymore...
Issue #207 included in 4.10 lists to have fixed this however in the 4.1.0 release on nuget the issue is still there.
Am I missing something? Happy to be told I'm crazy if I have?
The text was updated successfully, but these errors were encountered: