1. 28 Oct, 2019 2 commits
  2. 17 Oct, 2019 1 commit
  3. 15 Oct, 2019 1 commit
  4. 10 Oct, 2019 1 commit
  5. 04 Oct, 2019 1 commit
  6. 30 Sep, 2019 1 commit
  7. 28 Sep, 2019 1 commit
  8. 24 Sep, 2019 1 commit
  9. 18 Sep, 2019 2 commits
  10. 17 Sep, 2019 3 commits
  11. 03 Sep, 2019 1 commit
    • Greg Spencer's avatar
      Make disabled buttons/chips/text fields not be focusable. (#38726) · 8daa165d
      Greg Spencer authored
      This changes the behavior of text fields, Material buttons, and Chips so that if they are disabled they lose focus. Before this change, it was possible to disable a control and then use focus traversal to reach it anyhow, and in the case of text fields, enter text into a disabled field.
      
      Fixes #33985
      8daa165d
  12. 09 Aug, 2019 2 commits
  13. 01 Aug, 2019 2 commits
  14. 31 Jul, 2019 1 commit
  15. 30 Jul, 2019 1 commit
  16. 27 Jul, 2019 1 commit
  17. 26 Jul, 2019 1 commit
  18. 22 Jul, 2019 1 commit
  19. 19 Jul, 2019 1 commit
  20. 12 Jul, 2019 1 commit
  21. 11 Jul, 2019 1 commit
    • Greg Spencer's avatar
      Add example showing how to move from one field to the next. (#35926) · e8fbdd85
      Greg Spencer authored
      This adds an example of how to move to the "next" field when using TextInputAction.next. This is all that is needed to have "next field" functionality in a field. I thought about making it the default when handling the "next" or "previous" actions, but it's better that the developer has control over whether or not they actually move to the next field, and within which scope.
      e8fbdd85
  22. 10 Jul, 2019 1 commit
  23. 25 Jun, 2019 1 commit
  24. 19 Jun, 2019 1 commit
  25. 13 Jun, 2019 1 commit
  26. 10 Jun, 2019 1 commit
  27. 06 Jun, 2019 1 commit
  28. 04 Jun, 2019 1 commit
  29. 03 Jun, 2019 1 commit
  30. 21 May, 2019 1 commit
  31. 17 May, 2019 1 commit
    • Greg Spencer's avatar
      Text field focus and hover support. (#32776) · 9f21ae0d
      Greg Spencer authored
      This adds support for an animated focusColor and hoverColor to InputDecorator. This color will blend with the background over a fade in period whenever the InputDecorator is focused or hovered, respectively.
      
      It also adds a Listener to the TextField to listen for hover events.
      9f21ae0d
  32. 16 May, 2019 1 commit
  33. 14 May, 2019 2 commits