Changes between Initial Version and Version 1 of Ticket #34034, comment 1


Ignore:
Timestamp:
Sep 24, 2022, 6:37:09 AM (2 years ago)
Author:
Mark Walker

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34034, comment 1

    initial v1  
    1515}}}
    1616
    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.
     17So I'm assuming this then renders with `<select multiple>`.
     18
     19If that's the level you want to add a class to, `context["widget"]["attrs"]["class"] = "my-select-class"` should then render your classes.
Back to Top