mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-22 23:21:08 +02:00
* [UI] Updated `FormField` to use `Hds::Form::Textarea` (#34733) * [UI] Updated `FormField` tests for `editType` of `textarea` (#34733) * [UI] Fixed failing test cases from `FormField` `textarea` updates (#37433) * [UI] Update if statements in `FormField` for `textarea` (#34733) * [UI] Update `id` from attribute to argument in `FormField` `textarea` (#34733) * [UI] Removed checks for `this.hideLabel` and `this.labelString` (#34733) * [UI] Standardize test cases for `FormField` `editType=textarea` (#34733) * [UI] Update `textarea` tests to use `GENERAL` selectors (#37433) * [UI] Update `textarea` tests to use `assert.true` * [UI] Removed unneeded `hasVisibilityToggle` argument from `textarea` (#34733)