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 232babb commit 18028b2Copy full SHA for 18028b2
packages/coreui-vue/src/components/form/CFormInput.ts
@@ -68,6 +68,8 @@ const CFormInput = defineComponent({
68
'input',
69
{
70
type: props.type,
71
+ disabled: props.disabled,
72
+ readonly: props.readonly,
73
...attrs,
74
class: [
75
props.plainText ? 'form-control-plaintext' : 'form-control',
0 commit comments