We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In previous versions (up to 1.12) I could add a clickable icons to each option.
<select class="selectpicker form-control socratesFontExtraDark" data-container="body" data-dropdown-align-right="false" data-live-search="true" data-none-selected-text="Select Asset from Library" data-size="5" data-width="200px !important" tabindex="-98"> <option value=""></option> <option value="newField" data-content="<div style='display:flex; justify-content:space-between;'><span>Test Input</span> <i class='far fa-trash-alt' onclick='buttonclick(event)'></i>"></option> </select>
In latest version you can no longer add as onclick gets stripped out.
I would be great if this version could be updated to allow for the same functionality as 12
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In previous versions (up to 1.12) I could add a clickable icons to each option.
<select class="selectpicker form-control socratesFontExtraDark" data-container="body" data-dropdown-align-right="false" data-live-search="true" data-none-selected-text="Select Asset from Library" data-size="5" data-width="200px !important" tabindex="-98"> <option value=""></option> <option value="newField" data-content="<div style='display:flex; justify-content:space-between;'><span>Test Input</span> <i class='far fa-trash-alt' onclick='buttonclick(event)'></i>"></option> </select>
In latest version you can no longer add as onclick gets stripped out.
I would be great if this version could be updated to allow for the same functionality as 12
The text was updated successfully, but these errors were encountered: