Skip to content

Commit

Permalink
perf: reflect value attribute onto input component
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanjones243 committed Dec 31, 2024
1 parent b66d47e commit ea3c731
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/input/src/base-input.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,10 @@ export default class BaseInput extends LitElement {
name: { type: String },
type: { type: String,
reflect: true },
value: { type: String },
value: {
type: String,
reflect: true
},
lang: { type: String },
pattern: {
type: String,
Expand Down

0 comments on commit ea3c731

Please sign in to comment.