How to Get Value from Select Option in React JS? React Dropdown

Поделиться
HTML-код
  • Опубликовано: 5 фев 2023
  • This video, is about how to get value from select option in react js? React Dropdown and React Select

Комментарии • 8

  • @HUNnonameHUN
    @HUNnonameHUN 2 месяца назад +1

    Thank you so much for this short video! I have been trying to make it based on some articles but none have worked so far, but this one!

  • @betulmetul
    @betulmetul 3 месяца назад

    that was easssyyy thanks bro

  • @haiderjaafer8164
    @haiderjaafer8164 Год назад +2

    Great work... How to make cascading lists let say three levels county capital region

  • @diggerdog001
    @diggerdog001 3 месяца назад +1

    I dont hear what you say actually but thank you for video

  • @Dibyajitrout-zh6fm
    @Dibyajitrout-zh6fm 9 месяцев назад

    option.value which value is define there

  • @abithanush9343
    @abithanush9343 10 месяцев назад

    How to show label in screen

    • @naveedsoomo3683
      @naveedsoomo3683 4 месяца назад

      you need state variable in order to do this
      .i.e
      const [country, setCountry] = useState('');

      Country:

      {country.label}