Skip to content

Add focus state and interaction with "Enter" on the "Use template" button

What does this MR do?

Adding a focus status visualization of "Use template" button (which is label with inner input[type="radio"] under the hood), by toggling .active class on label, when input on focus/unfocus state.
Add "Enter" interaction.
Fix console error on choosing template by "Enter". (hidden form is submitted)

Maybe it should be written with using button, but it's little tricky for me, cuz i didn't know the reason why input.

I also mark it as a Draft @gitlab-org/coaches. Should I need add test on it? If yes how could I find right place to add? And I have difficulty filling out the rest of the description, what should I do? :)

Screenshots (strongly suggested)

Page Before After
Create project from template Before_New_Project___GitLab After_New_Project___GitLab

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related to #217166 (closed)

Edited by Vladislav Boldakov

Merge request reports