Can you provide the field configuration you are using? I will test it on my end. Sorry for the delay, I missed this message!
Hi.
Here is the code:
array(
'id' => 'header-custom-btn-icon',
'type' => 'select',
'title' => 'my title',
'data' => 'elusive-icons',
),
Here is the screenshot
https://img.techpowerup.org/201025/opera-snapshot-2020-10-25-122251-localhost.png
So this must be an odd host related issue. I’ll need WP-admin access. I just used this code and it worked without an issue.
array(
'id' => 'opt-select-elusive',
'type' => 'select',
'data' => 'elusive-icons',
'title' => esc_html__( 'Elusive Icons Select Option', 'your-textdomain-here' ),
'subtitle' => esc_html__( 'No validation can be done on this field type', 'your-textdomain-here' ),
'desc' => esc_html__( 'Here\'s a list of all the elusive icons by name and icon.', 'your-textdomain-here' ),
)
If you’d be willing to send it to dovy@redux.io I’ll gladly see what I can do. 🙂
Hello Sajjad,
This is a follow up to your issue.
Does the issue still exist?