Home > database >  Link options on Select with React
Link options on Select with React

Time:01-12

I would like to change the URL on change of a select to change the language of the app

Here is my attempt :

<select name="lang" id="lang">
     <option value="fr"><a href="https://test.com/fr">FR            
  •  Tags:  
  • Related