Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit 5a296d2

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)