Search
 
SCRIPT & CODE EXAMPLE
 

HTML

how to access value of ant design elements

<Form.Item label="Category">
  <Select 
    onChange={(value) => {
      alert(value)
    }} 
    name="category" 
    placeholder="Please select a category">
      <Option value="Fruit">Fruit</Option>
      <Option value="Vegetable">Vegetable</Option>
      <Option value="Poultry">Poultry</Option>
  </Select>
</Form.Item>
Comment

PREVIOUS NEXT
Code Example
Html :: accept function jsf component 
Html :: how to get the name of a html balise and pass it in onPress 
Html :: accept method jsf component 
Html :: extend in html django 
Html :: meta tags html 
Html :: html table tfoot after thead 
Html :: default checked radio button 
Html :: css keep hyphenated words together 
Html :: markdown dropdown 
Html :: input select option this 
Html :: html button shortcut key 
Html :: html not showing 
Html :: button as href 
Html :: how to make an image a full background in html 
Html :: add link behind a button in html 
Html :: html email input 
Html :: happy birthday html animation 
Html :: html 5 video 
Html :: input field in dropdown 
Html :: disable radio button in html 
Html :: cehck button html 
Html :: bootstrap row overflow 
Html :: how to hack nasa with html 
Html :: disable overscrolling 
Html :: html pattern not working 
Html :: vertical line in html 
Html :: icon is not showing in html 
Html :: how to align 2 buttons in a div 
Html :: disable input type button in html 
Html :: disable close from screen modal popup 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =