Skip to content
New issue

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

Button onclick not working in latest version, worked fine in 1.12.4 #2845

Open
feardobeardo2 opened this issue Sep 5, 2023 · 0 comments
Open
Labels

Comments

@feardobeardo2
Copy link

feardobeardo2 commented Sep 5, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant