Expose smart punctuation options on CupertinoSearchTextField#97980
Expose smart punctuation options on CupertinoSearchTextField#97980auto-submit[bot] merged 4 commits intoflutter:masterfrom
Conversation
408a051 to
e45e38a
Compare
2997339 to
d183177
Compare
d183177 to
b9c431d
Compare
b9c431d to
48ecffd
Compare
|
Gold has detected about 1 new digest(s) on patchset 3. |
48ecffd to
e5b9042
Compare
e5b9042 to
5437dec
Compare
guidezpl
left a comment
There was a problem hiding this comment.
Not at all familiar with this mechanism, but this needs a test to validate behavior.
|
@guidezpl There is a test here, it's just a change to pass-through an option to a child Widget. |
guidezpl
left a comment
There was a problem hiding this comment.
I shouldn't review on my phone :). LGTM
5437dec to
37d0d35
Compare
|
Running Google testing again |
|
@guidezpl Can you press the merge button? |
|
This pull request is not suitable for automatic merging in its current state.
|
|
@guidezpl Guess it needs 1 more approval |
|
Can you post a link in the Discord for a review? |
| /// character will be automatically replaced by a left or right double quote | ||
| /// depending on its position in a word. | ||
| /// | ||
| /// Defaults to true. |
There was a problem hiding this comment.
nit: something like "Defaults to null which uses the default smart quote behavior specified on the platform"?
Same for smart dashes.
There was a problem hiding this comment.
Actually looked into it, the default platform behavior is never used. It will either be forced to yes or no. But I updated the comment to explain that.
37d0d35 to
82bae95
Compare
|
@guidezpl Can you now press the merge button? |
Let users of
CupertinoSearchTextFieldchoose to disable automatic directional quotes, en-dashes, and em-dashes.Fixes #102058
Pre-launch Checklist
///).