open-vault/ui/tests/pages/secrets/backend
Noelle Daley 828185db49
UI/add select dropdown (#7102)
* add SelectDropdown

* use SelectDropdown instead of HttpRequestsDropdown

* use html selector instead of class name

* ensure SelectDropdown still works when rendered inside a Toolbar

* add tests

* remove old HttpRequests component

* make SelectDropdown example easier to read in Storybook

* add isFullwidth prop

* add SelectDropbown inside a Toolbar story

* fix tests

* remove actions block and call this.onChange directly

* replace dropdownLabel with label

* rename SelectDropdown to SelecT

* add test for onChange

* remove selectedItem prop since we don't need it

* make Select accept options as an array of strings or objects

* Revert "remove selectedItem prop since we don't need it"

This reverts commit 7278516de87bb1df60482edb005137252819931e.

* use Select inside TtlPicker

* remove debugger

* use a test selector

* fix pki test selectors

* improve storybook docs

* fix selected value in ttl picker

* ensure httprequests dropdown updates the selected item

* ensure select dropdown correctly matches selectedItem

* rename selectedItem to selectedValue

* remove debugger lol

* update selectedItem test

* add valueAttribute and labelAttribute to Storybook knobs

* udpate jsdocs

* remove old httprequestsdropdown component

* add note that onChange will receive value of select

* use Select inside AuthForm

* use correct test selector
2019-08-01 14:35:18 -07:00
..
kmip UI kmip acceptance (#7129) 2019-08-01 16:04:59 -05:00
kv UI - write without read for kv (#6570) 2019-04-16 15:27:23 -05:00
pki UI/add select dropdown (#7102) 2019-08-01 14:35:18 -07:00
ssh UI: Confirm Action as a popover 2019-05-17 11:29:21 -06:00
configuration.js UI - make engine list more consistent with the auth method list (#4598) 2018-05-23 11:25:52 -05:00
create.js Moving UI assets to OSS 2018-04-03 09:16:57 -05:00
credentials.js Moving UI assets to OSS 2018-04-03 09:16:57 -05:00
edit.js Moving UI assets to OSS 2018-04-03 09:16:57 -05:00
list.js reset pageFilter when the model changes (#6511) 2019-04-02 11:26:58 -05:00
show.js Moving UI assets to OSS 2018-04-03 09:16:57 -05:00