From 6ff77db1c756e459635652c277ea1a5d6644a7fd Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Tue, 14 Jul 2020 15:19:50 +0300 Subject: [PATCH] Fixed typo --- src/views/inputtext/InputTextDoc.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/inputtext/InputTextDoc.vue b/src/views/inputtext/InputTextDoc.vue index 300afea65..19726e85c 100755 --- a/src/views/inputtext/InputTextDoc.vue +++ b/src/views/inputtext/InputTextDoc.vue @@ -64,7 +64,7 @@ import InputText from 'primevue/inputtext';
Outlined vs Filled

Input fields come in two styles, default is outlined with borders around the field whereas filled alternative adds a background color - to the field. Appling p-input-filled to an ancestor of an input p-input-filled enables the filled style. If you prefer + to the field. Applying p-input-filled 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.