Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

My variable doesn't work in mobile

rafas_2703
Tera Guru

Hi everyone!

 

I have a variable created trough html code. The variable is type record-picker and works perfectly fine while in desktop but it doesn't work in mobile. The variable is fetching sys_user table and displaying the list of users, like a list collector type. The issue in mobile is that that list of users doesn't appear.

 

Anyone know why?

PS: The html code for the sn-record picker is the following:

<div id="div2" style="display: none;">
    <div class="watchlist-container">
        <!-- Your HTML for Watchlist here -->
        <span class="watchlist">
            <div class="text-muted light field">
                <div class="picker">
                    <sn-record-picker field="username" table="'sys_user'" display-field="'name'" value-field="'sys_id'" search-fields="'name'" page-size="10" multiple="true" default-query="'active=true^nameISNOTEMPTY^u_myhr_opcoDYNAMIC9e0801c01b6e74500f156280604bcb96'"></sn-record-picker>
                </div>
            </div>
        </span>
    </div>
</div>

 Appreciate all the help I can get.

 

Kind regards,

Sérgio

0 REPLIES 0