VOOZH about

URL: https://www.geeksforgeeks.org/css/spectre-form-disabled-styles/

⇱ Spectre Form disabled styles - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Spectre Form disabled styles

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 disabled styles. Spectre Forms Form disabled styles is used to disable the form input field. Only the use of the disabled attribute can disable that field.

Forms Form disabled styles Classes: There are no predefined classes to disable any field in Spectre, we can simply use HTML input disable the attribute for that

Syntax:

 <input type="" disabled >

Example:

Output:

👁 Spectre Forms Form disabled styles
Spectre Forms Form disabled styles

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

Comment