Matthias Brandt

Results 38 comments of Matthias Brandt

Sure: https://github.com/mattelacchiato/hoerspieler/blob/master/main.py#L44 Hope this helps...

Jeah, that works in my case. You have to be compliant to the standard... Sergey Karsten schrieb am Mo., 29. Apr. 2019, 17:30: > Sure: > https://github.com/mattelacchiato/hoerspieler/blob/master/main.py#L44 > > Hope...

I use this only for communication between the NFC module and an NFC card, not between devices. This is my complete code, i didn't changed anything. But I've copied and...

I was able to reproduce this in Chrome with the value of `3-2`. I guess, Enketo would need to add own validation and not rely on the browser validation. Only....

> Only decimals with a single "." or "," as decimal seperator should be considered as valid. For other values, the field should visibally be invalid. The order of `.`...

It seems that enketo sets the value internally to `""` (empty string), but the user sees its entered value. I would rephrase the **Expected behavior**: If the users enters valid...

New observation: It seems to be chrome, which removes the value from the input element, but keeping the input displayed: To reproduce in on a completely enketo-independent website: 1. create...

Setting the value to `""` seems to be part of the HTML5 specification. The problem is the difference between what is displayed to the user and what is internally submitted...

@MartijnR I would like to propose a PR for this. I would ask for `input.validity` [as described here](https://bugs.chromium.org/p/chromium/issues/detail?id=178437#c5), but I can't find this in the internal model (probably it's based...