Skip to content

feat(GlFormInputGroup): Add `inputClass` prop to `GlFormInputGroup`

What does this MR do?

Adds an inputClass prop to GlFormInputGroup so CSS classes can be added to the form input.

Why is this needed?

I am working on a component that allows the user to show/hide and copy a secret token. Monospaced font is preferred for tokens so we want to add gl-font-monospace to the input.

Screen_Shot_2021-11-18_at_9.15.13_AM

Does this MR meet the acceptance criteria?

Conformity

Edited by Peter Hegman

Merge request reports