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.
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: