lewisjenkins / craft-dynamic-fields

Populate Craft fields with dynamic data using the power of Twig.
Other
147 stars 11 forks source link

Even when an element is fresh, do not override a non-empty value with defaults. #38

Closed johndwells closed 3 years ago

johndwells commented 4 years ago

Resolves #37.

michaelroper commented 3 years ago

Hey @lewisjenkins - any chance of this one getting merged in? I'm having users complain about the same issues @johndwells mentioned in #40 ...

joshparylak commented 3 years ago

@lewisjenkins Is there any chance of this PR getting applied? I'm running into the same when using the dropdowns inside a Neo field and this PR fixes the issue perfectly.

joshparylak commented 3 years ago

@lewisjenkins Thank you! is this going to get into a release soon?

lewisjenkins commented 3 years ago

Doing it now...

joshparylak commented 3 years ago

@lewisjenkins Thanks so much! Really appreciate it.