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 74dccff commit 5a296d2Copy full SHA for 5a296d2
src/components/op-input/op-input.tsx
@@ -7,6 +7,7 @@ import { Component, Prop } from '@stencil/core';
7
export class OpInput {
8
@Prop() type: string;
9
@Prop() label: string;
10
+ @Prop() disabled: boolean;
11
@Prop() id: string;
12
render() {
13
return (
0 commit comments