open-vault/ui/app
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
..
adapters UI kmip scope delete and role form (#7169) 2019-07-23 16:00:00 -05:00
components UI/add select dropdown (#7102) 2019-08-01 14:35:18 -07:00
controllers UI - add kmip engine (#6936) 2019-06-21 16:05:45 -05:00
helpers UI: Clean up Dynamic UI for CRUD (#6994) 2019-07-01 16:35:18 -04:00
initializers UI ember engines (#6718) 2019-05-13 14:05:25 -05:00
instance-initializers Ui request forwarding error (#4275) 2018-04-05 16:36:33 -05:00
lib ancestorKeysForKey always returns an array (#6205) 2019-08-01 15:49:37 -05:00
machines Dynamic OpenAPI UI (#6209) 2019-02-14 13:52:34 -05:00
macros use maybeQueryRecord in lazyCapabilities macro and only continue if passed attributes are non-null 2018-10-18 14:55:51 -05:00
mixins ancestorKeysForKey always returns an array (#6205) 2019-08-01 15:49:37 -05:00
models UI kmip scope delete and role form (#7169) 2019-07-23 16:00:00 -05:00
routes UI OpenAPI fixes: itemType pluralization, hide deprecated attrs, utilize apiPath, fix get param label (#7166) 2019-07-23 15:56:22 -04:00
serializers UI - add delete for the various kmip models (#7015) 2019-07-02 16:23:07 -05:00
services UI OpenAPI fixes: itemType pluralization, hide deprecated attrs, utilize apiPath, fix get param label (#7166) 2019-07-23 15:56:22 -04:00
styles UI/add select dropdown (#7102) 2019-08-01 14:35:18 -07:00
templates UI/add select dropdown (#7102) 2019-08-01 14:35:18 -07:00
transforms UI - no jquery (#6768) 2019-06-20 08:37:27 -05:00
utils UI OpenAPI fixes: itemType pluralization, hide deprecated attrs, utilize apiPath, fix get param label (#7166) 2019-07-23 15:56:22 -04:00
app.js UI - Vault API explorer engine (#7044) 2019-07-02 17:41:23 -05:00
breakpoints.js UI namespaces (#5119) 2018-08-16 12:48:24 -05:00
index.html UI - web cli layout (#5909) 2018-12-07 14:00:52 -06:00
resolver.js Moving UI assets to OSS 2018-04-03 09:16:57 -05:00
router.js UI - Vault API explorer engine (#7044) 2019-07-02 17:41:23 -05:00