1. 29 Jul, 2022 1 commit
  2. 20 May, 2022 2 commits
  3. 06 May, 2022 1 commit
  4. 15 Apr, 2022 1 commit
  5. 15 Mar, 2022 1 commit
  6. 21 Jan, 2022 1 commit
  7. 14 Jan, 2022 1 commit
    • Greg Spencer's avatar
      Disallow copy and cut when text field is obscured. (#96309) · a9e0dd40
      Greg Spencer authored
      Before this change, it was possible to select and copy obscured text from a text field.
      
      This  changes things so that:
      - Obscured text fields don't allow copy or cut.
      - If a field is both obscured and read-only, then selection is disabled as well (if you can't modify it, and can't copy it, there's no point in selecting it).
      a9e0dd40
  8. 03 Nov, 2021 1 commit
  9. 14 Oct, 2021 1 commit
  10. 08 Oct, 2021 3 commits
  11. 07 Oct, 2021 1 commit
  12. 06 Oct, 2021 1 commit
  13. 07 Sep, 2021 1 commit
  14. 27 Aug, 2021 1 commit
  15. 03 Aug, 2021 1 commit
  16. 01 Jul, 2021 1 commit
  17. 02 Jun, 2021 1 commit
  18. 21 May, 2021 1 commit
  19. 19 May, 2021 1 commit
  20. 14 May, 2021 1 commit
  21. 13 May, 2021 1 commit
  22. 04 May, 2021 2 commits
  23. 02 May, 2021 1 commit
  24. 28 Apr, 2021 1 commit
  25. 26 Apr, 2021 1 commit
  26. 23 Apr, 2021 1 commit
  27. 21 Apr, 2021 1 commit
  28. 06 Mar, 2021 1 commit
  29. 09 Feb, 2021 1 commit
  30. 21 Jan, 2021 1 commit
  31. 20 Jan, 2021 1 commit
  32. 26 Dec, 2020 1 commit
    • Mahdi's avatar
      TextField's hintText should support TextDirection. (#69534) · 8f5d0371
      Mahdi authored
      * TextField's hintText should support TextDirection.
      
      There are many cases for RTL languages that the TextField's label is RTL but the input direction is LTR (e.g. email address). Therefore we may need to change the directionality of the hintText.
      
      * Update input_decorator.dart
      
      * Adds hintTextDirection tests.
      
      * React to reviewer's comments.
      
      * Fixes two more analysis issues.
      8f5d0371
  33. 01 Dec, 2020 1 commit
  34. 22 Oct, 2020 1 commit
  35. 12 Oct, 2020 1 commit
  36. 16 Sep, 2020 1 commit