Skip to content

Commit

Permalink
Merge pull request #382 from 1CRM/fix-fmt
Browse files Browse the repository at this point in the history
fix formatted value
  • Loading branch information
alexivanenko authored Apr 16, 2024
2 parents fac09cb + e1eb60a commit 678de33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/oceanfront/src/fields/Text.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ export const OfTextField = defineComponent({
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
inputElt.setSelectionRange(upd.selStart, upd.selEnd!)
}
inputValue.value = iVal
lazyInputValue = iVal
pendingValue.value = upd.value
}
Expand Down

0 comments on commit 678de33

Please sign in to comment.