Changes between Initial Version and Version 1 of Ticket #34034, comment 1
- Timestamp:
- Sep 24, 2022, 6:37:09 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34034, comment 1
initial v1 15 15 }}} 16 16 17 So I'm assuming this then renders with `<select multiple>`. If that's the level you want to add a class to, `context["widget"]["attrs"]["class"] = "my-select-class"` should then render your classes. 17 So I'm assuming this then renders with `<select multiple>`. 18 19 If that's the level you want to add a class to, `context["widget"]["attrs"]["class"] = "my-select-class"` should then render your classes.