Skip to content

Commit 5a296d2

Browse files
committed
feat(Input): introduce disabled
1 parent 74dccff commit 5a296d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/op-input/op-input.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { Component, Prop } from '@stencil/core';
77
export class OpInput {
88
@Prop() type: string;
99
@Prop() label: string;
10+
@Prop() disabled: boolean;
1011
@Prop() id: string;
1112
render() {
1213
return (

0 commit comments

Comments
 (0)