Add `FormInputGroupCopyToggleVisibility` Vue component
What does this MR do and why?
Creates a new component in vue_shared
. This component will display a value in a readonly
. By default the value will be hidden but there are buttons to reveal and copy the value.
This component will be used for:
Screenshots or screen recordings
How to set up and validate locally
- Checkout this branch
- Run
yarn storybook:start
in your terminal - When it asks
Would you like to generate/update the frontend fixtures used by the mock server (y/N)?
you should be able to answerN
Note: the copy button won't actually copy the value in storybook because initCopyToClipboard
is not initialized in storybook.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Peter Hegman