VOOZH about

URL: https://www.geeksforgeeks.org/css/spectre-forms-form-select/

⇱ Spectre Forms Form Select - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Spectre Forms Form Select

Last Updated : 23 Jul, 2025

The Spectre Forms provide the most common control component used in regular forms. In this article, we will discuss the form select. The form select is an important component that is required to get the option from the user as usual.

Forms Form Select Class:

  • form-select: This class is used to place the dropdown select option on user interface for the user.
Syntax:
<select class="form-radio"><select>

Below example illustrate the Spectre Forms Form Select:

 

Example:

Output:

👁 Spectre Forms Form Select

Reference: https://picturepan2.github.io/spectre/elements/forms.html#forms-select

Comment