tailwindcss-custom-forms
tailwindcss-custom-forms copied to clipboard
A better base for styling form elements with Tailwind CSS.
We should provide some basic theming for the `:disabled` state. Probably a color setting which will be applied as background.
I have tried custom-forms on my RoR and it's not working on select inputs. In our case, text white and small area, // tailwind.config.js // ... ``` plugins: [ require('@tailwindcss/custom-forms'),...
I was upgrading my packages, couldn't browse from the readme. That's why :sunglasses:
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
https://nodejs.medium.com/node-js-16-available-now-7f5099a97e70
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. Changelog Sourced from ssri's changelog. 6.0.2 (2021-04-07) Bug Fixes backport regex change from 8.0.1 (b30dfdb), closes #19 Commits b7c8c7c chore(release): 6.0.2 b30dfdb fix: backport...
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
I have several modals that i am use to display forms. none of the input fields are showing, only the select field. I really need some clarity and assistance.
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
Unlike **default** modifier, if I want to make a new modifier for **select** with different **iconColor**, it's must to add **icon** too or return an error. eg: > the `default`...