flowable / flowable/flowable-engine
An empty textfield sends empty string instead of null
- Vorherrschende Sprache
- Java
- Sterne
- 9.5k
- Forks
- 2.9k
- Ø Merge
- 7 Std. 8 Min.
- Gemergte PRs (30 T.)
- 2
Beschreibung
Hello, I think i have found a minor bug regarding textfields in forms.
If you completely ignore the field and start a process, the field value is null, same if you click on the field but don't type anything.
The problems appears when you start writing in the field, and then clear the field completely.
Now the field sends an empty string instead "".
I would assume that it should eigher always send an empty string, or always send null. Since the field is empty in all cases.
I've tried it myself a few times by logging the variable value.
If you have any questions, just ping me.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.