User picker field

Hi,

i am using a!pickerFieldUsers() i have added the instruction, if no user present in XX group ,no search found would be displayed, but after entering and selecting the user, the instruction would appear for short time[1sec] and then disappear

a!pickerFieldUsers(
label:"User",
labelPosition: "ADJACENT",
maxSelections: 1,
instructions: if(
rule!APN_isBlank(ri!user),
"If user you search above is not present in XX, you will see No results found. ",
null
),
placeholder: "Type to search for the user",
groupFilter: local!users,
value: ri!user,
saveInto: {
a!save(ri!user, save!value),
a!save(
ri!user,

)
}

)

  Discussion posts and replies are publicly visible