News

When the default value is explicitly set to null: • The “Send empty value” checkbox should be checked by default. • The input fields should be empty, displaying only the placeholder text. Currently, ...
In the above case, the variable test1 in String type will be initilized with an empty string (i.e. ""), but the variable test2 will be initialized with a null, which is somehow inconsistant. This ...