From 4811653e07a7f8bda39332bc99f78477379ac07c Mon Sep 17 00:00:00 2001 From: bengfarrell Date: Thu, 27 Feb 2020 13:10:46 -0800 Subject: [PATCH] feat(link): add download attribute to --- __snapshots__/Dropdown.md | 56 +++++++++++++++------------------------ 1 file changed, 22 insertions(+), 34 deletions(-) diff --git a/__snapshots__/Dropdown.md b/__snapshots__/Dropdown.md index 1617201930..e59998471a 100644 --- a/__snapshots__/Dropdown.md +++ b/__snapshots__/Dropdown.md @@ -3,8 +3,7 @@ #### `loads` ```html -Select a Country with a very long label, too long in fact - + Deselect @@ -40,9 +39,16 @@ Select a Country with a very long label, too long in fact ```html - - - - - There are no options currently available. - - - + ``` #### `renders invalid` ```html -Select a Country with a very long label, too long in fact - + Deselect @@ -105,9 +98,16 @@ Select a Country with a very long label, too long in fact ```html - - - - - There are no options currently available. - - - + ```