• Resolved sajjad

    (@sajjad203)


    Hi,

    In latest version there is a bug for select2 placeholder for elusive-icons.

    It shows: ‘<span class=”elusive”><i class=””></i> Select an item</span>’ as placeholder

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Dōvy Paukstys

    (@dovyp)

    Can you provide the field configuration you are using? I will test it on my end. Sorry for the delay, I missed this message!

    Thread Starter sajjad

    (@sajjad203)

    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

    Plugin Contributor Dōvy Paukstys

    (@dovyp)

    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 [email protected] I’ll gladly see what I can do. ??

    Hello Sajjad,

    This is a follow up to your issue.

    Does the issue still exist?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘elusive-icons select2 placeholder problem’ is closed to new replies.