Question of the day (someone asked me this). Is it more performant for a script to populate a free text field or a dropdown list? Both fields will source.
b
battk
11/24/2022, 3:59 PM
its probably easier to measure it yourself
battk
11/24/2022, 3:59 PM
id expect the answer to be a text field
👍 1
battk
11/24/2022, 4:00 PM
especially if the dropdown has enough options to bring up the search box
c
Craig
11/24/2022, 4:00 PM
I think the dropdown has two values
Craig
11/24/2022, 4:00 PM
I have a feeling the answer will be trivial or not even measurable
b
battk
11/24/2022, 4:06 PM
id only expect you to notice in the ui, where setting the select option has to do a server call to check if the option is valid