civictheme / uikit

UI atomic component-based library with Storybook integration
https://uikit.civictheme.io/
GNU General Public License v2.0
6 stars 5 forks source link

Add support for textfield style form elements - date, email, password, tel, search, number, time, url, week #417

Open richardgaunt opened 3 weeks ago

richardgaunt commented 3 weeks ago

Summary

Currently civictheme themes textfield style inputs using input.twig rather than textfield.twig which renders the inputs with incorrect padding

image

Steps to reproduce

  1. Add any form element which is of the type mentioned in the title

Observed outcome

Padding is incorrect and does not align with textfield component.

Expected outcome

These types mentioned should be rendered the same as textfield components.