Enhancements to code-input component #41
tiagoboeing
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
File:
src/components/inputs/code-input/code-input.tsx
@Prop({ mutable: false }) validator?: RegExp = /^[0-9A-Za-z]+$/
length
property to bemutable
2.1. For reasons like strict time to do, today length property is immutable because the internal calcs to fill input fields are calculated again when state changes.
Beta Was this translation helpful? Give feedback.
All reactions