Dropdown optional labels and values

Widgets & Design

"Showing option label

The dropdown widget allows you to show a label than the actual option value. By adding the option label, you can have a simple/short name or abbreviation (which is quite easy to compare and process in the backend) instead of a tricky name (e.g., Falkland Islands (the) [Malvinas]).

For example, In a Country dropdown, you could have different Option Values to store in the backend and Option Labels to show in the dropdown list. Just like below:

Option Values Option Labels US United States IN India FK Falkland Islands (the) [Malvinas]"

What have you tried so far?

Here is a guide on the flutterflow website. I can select a value and another value will be displayed, which is only in the server part. And how can I make it so that I insert values ​​for convenient search (UK,IN) in one field, and in another field of the same document the real values ​​(India, United States), so that users see their values, but the search is by other values

Did you check FlutterFlow's Documentation for this topic?
No