Atom

Form Select

  • inprogress

When to use

tbd

When to use

tbd

Show code
            
              <select class="form-select" id="">
  <option class="hidden" selected>
    Bitte auswählen
  <option>
    Select-1
  <option>
    Select-2
  <option>
    Select-3
  <option>
    Select-4
</select>

            
          

disabled

Show code
            
              <select class="form-select disabled" id="" disabled>
  <option selected>
    Bitte auswählen
  <option>
    Select-1
  <option>
    Select-2
  <option>
    Select-3
  <option>
    Select-4
</select>

            
          

has-error

Show code
            
              <select class="form-select has-error" id="">
  <option selected>
    Bitte auswählen
  <option>
    Select-1
  <option>
    Select-2
  <option>
    Select-3
  <option>
    Select-4
</select>

            
          
Name Description
When to use tbd