xxxxxxxxxx
<FormItem
name="race"
label="Race"
>
<Dropdown
id="race"
options={raceList}
optionLabel="value"
optionValue="key"
showClear
placeholder="Select"
className="w-full"
/>
</FormItem>
optionvalue must be int number not string
xxxxxxxxxx
//// install \\\\
sudo apt install proxychains4
//// usage \\\\
proxychains4 program_name
// OR
sudo proxychains4 program_name
//// config \\\\
// open the file:
sudo gedit /etc/proxychains.conf
// edit file:
[ProxyList]
socks5 127.0.0.1 2080