TextBox default value "0" not shown
-
Hi,
if I set
[text* dvd-count id:dvd-count "0"], the default value0is not shown in the form. Otherwise[text* dvd-count id:dvd-count "1"]shows the default value1. Perhaps it’s a problem with a check like$default_value == 0, should be type-safe like$default_value === 0– but it’s just a guess.Can You please fix it.
Greetings
Ronny
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘TextBox default value "0" not shown’ is closed to new replies.