1. 16 Dec, 2015 3 commits
    • Hixie's avatar
      Canceling a dropdown menu selects null value · 0c6e3416
      Hixie authored
      Previously we didn't distinguish between canceling the menu (which
      popped the route with no return value, i.e. null) and explicitly
      selecting an item whose value is null (pop with value null). Both fired
      onChange(null).
      
      Now we box the return value so we can distinguish the two cases.
      
      I would have preferred to just disallow "null" as a value but it turns
      out people like being able to use "null" as a value for much the same
      reason we do, and it seems best for us to pay the complexity cost of
      boxing than having everyone else do it. :-)
      0c6e3416
    • Hans Muller's avatar
      Merge pull request #947 from HansMuller/bottom_sheet_demo · 09ab8050
      Hans Muller authored
      Added BottomSheet demos to the Material Gallery
      09ab8050
    • Hans Muller's avatar
      04162cff
  2. 15 Dec, 2015 28 commits
  3. 14 Dec, 2015 9 commits