Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

入力補完の外をタップしたときにフォーカスを外す #472

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

poppingmoon
Copy link
Contributor

Fix #450

入力補完をTextFieldTapRegionで囲むことで入力欄と入力補完以外をタップしたときにフォーカスを外すようにしました

@codecov-commenter
Copy link

codecov-commenter commented Nov 26, 2023

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 88.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 27.75%. Comparing base (8512cea) to head (f05eec9).
Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
...ib/view/common/note_create/input_completation.dart 88.00% 3 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #472      +/-   ##
===========================================
+ Coverage    27.73%   27.75%   +0.01%     
===========================================
  Files          312      312              
  Lines        16296    16299       +3     
===========================================
+ Hits          4520     4523       +3     
  Misses       11776    11776              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@poppingmoon poppingmoon force-pushed the input-completion-tap-region branch from f881b05 to f05eec9 Compare November 13, 2024 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

テキスト入力欄の外をタップしたら、テキスト入力欄からフォーカスを外したい
2 participants