Kirby builder plugin: Default values are not saved

I’m using kirby builder (v1.0) with 2 fields in my example:

`
textfield:
type: text

selectfield:
type: select
required: true
default: a
options:
a: foo
b: bar
`
By adding a pagebuilder block and saving without changes, the default value is not saved and is lost forever. If I fill the textfield first and save afterwards, the default value of the selectfield is written correctly.

Any suggestions or workaround? It would be very helpful because I have many default requird selectfields in my project and I don’t want the editor to destroy the layout.

Thanks in advance for answers

v 1.0 sounds pretty old. Which Kirby version are you using?

ups, sorry.
kirby builder is actually 2.0.14
kirby is the latest 3.4.3

Someone has already reported an issue that is probably related: https://github.com/TimOetting/kirby-builder/issues/179

Thank you for your answer. Will check that.

This actually doesn’t solve my problem, but found another issue with kirby builder and the latest kirby 3.4.3.
I created a new topic to not mix the 2 problems: