Fixed typo
parent
2b95b85420
commit
6ff77db1c7
|
@ -64,7 +64,7 @@ import InputText from 'primevue/inputtext';
|
||||||
|
|
||||||
<h5>Outlined vs Filled</h5>
|
<h5>Outlined vs Filled</h5>
|
||||||
<p>Input fields come in two styles, default is <i>outlined</i> with borders around the field whereas <i>filled</i> alternative adds a background color
|
<p>Input fields come in two styles, default is <i>outlined</i> with borders around the field whereas <i>filled</i> alternative adds a background color
|
||||||
to the field. Appling <i>p-input-filled</i> to an ancestor of an input <i>p-input-filled</i> enables the filled style. If you prefer
|
to the field. Applying <i>p-input-filled</i> to an ancestor of an input enables the filled style. If you prefer
|
||||||
to use filled inputs in the entire application, use a global container such as document body or the application element to apply the style class.</p>
|
to use filled inputs in the entire application, use a global container such as document body or the application element to apply the style class.</p>
|
||||||
|
|
||||||
<CodeHighlight>
|
<CodeHighlight>
|
||||||
|
|
Loading…
Reference in New Issue