Open
Description
In the uiform module the textentry allows to set a default value for the textfield which is set when no value is avalable:
lambdanative/modules/uiform/uiform.scm
Line 477 in f7a8eea
This causes an issue when the value is read ,i.e. with (uiget
In my opinion this can be fixed with setting id to default in this case (default not #f), but before making this patch I wanted to ask whether this would mess up someones forms?