flowable / flowable/flowable-engine
An empty textfield sends empty string instead of null
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.9k
- Avg merge
- 7h 8m
- Merged PRs (30d)
- 2
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.