We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4023e3 commit bcf5b93Copy full SHA for bcf5b93
dev/components/demo/PrimeInput.vue
@@ -20,7 +20,6 @@ const formSchema = ref(props.schema)
20
const formData = ref(props.data)
21
22
const documentationLink = `https://primevue.org/${props.header.replace('Prime', '').toLowerCase()}`
23
-const inputClass = 'p-button p-component p-formkit-button'
24
25
async function submitHandler() {
26
showSuccessMessage('Form Submitted ...', `${props.header} submitted successfully`)
0 commit comments