-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't use auto generated widgets for fields with provider default
value clause Using auto widgets may cause the default value clause to be mangled, eg by converting it to a number
- Loading branch information
1 parent
60bbd09
commit af016cf
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
af016cf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @nyalldawson - realise this is an old commit, but there are at least two issues people are raising that can be traced back to this - #40032 and #39106. I'm guessing that these are impossible to work around for the reasons stated and there is no "correct" answer here?