UI atomic component-based library with Storybook integration
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
Summary
Currently civictheme themes textfield style inputs using
input.twig
rather thantextfield.twig
which renders the inputs with incorrect paddingSteps to reproduce
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.