Techn1c4l

Results 36 comments of Techn1c4l

Any progress on this issue? This is the only reliable HTML and JS powered QR code reader I found and I tried many. This is a great project overall, nice...

> > This is already available for Vue 3, please check it out @Tech1c4| https://github.com/HJ29/vue3-qr-reader > […](#) > On Sat, 3 Apr 2021 at 22:03, Techn1c4l ***@***.***> wrote: Any progress...

The only workaround I've managed to find is using the `digitsOptional: false`. Actually, this is an important issue. I think the `noValuePatching` option should allow us not to patch the...

Are you setting the proper `alias` on your mask? Also remember to set `substituteRadixPoint: false` since you are using different decimal and group separators. The following option setup works fine...

> Thank you @Techn1c4l yes , I used `alias: 'decimal' .` and I added ` substituteRadixPoint: false` to my Code but it didn't work and apply !!! can you help...

> > > Thank you @Techn1c4l yes , I used `alias: 'decimal' .` and I added ` substituteRadixPoint: false` to my Code but it didn't work and apply !!! can...

So you are saying that you can only start typing the decimal part if you **hold down** the "." key? Sounds weird to me. What happens if you you release...

Well, this is really weird. I believe it has something to do with your digit symbols since they are not standard 0-9. It could be this library probably doesn't support...

Set "substituteRadixPoint" option to false. You need it to be disabled since you are using different group and decimal separators. Not sure how, but it does fix the issue. Also,...

> @Techn1c4l Hey there! Would you mind showing a reproduction of how you get into the broken state? I am having a hard time replicating on my end. I tried...