Home › Forums › General Issues › Data attributes to select options › Reply To: Data attributes to select options
Options (choices) for a select field to not support data attributes, or any attributes for that matter. I’m assuming that you want to be able to use them is some type of JavaScript that you’re planning.
As a work around you could do something like
$field['choices'][$item->ID] = '<span data-attr="some data">'.$item->data->display_name.'</span>';
and then in your JS you can retrieve the data from the label rather than the option.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.