Skip to content

Commit

Permalink
add classes to multiple select
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas committed Feb 24, 2024
1 parent 9017693 commit 4fa7e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crispy_tailwind/templatetags/tailwind_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def tailwind_field_class(field):
"checkbox": "",
"select": "bg-white focus:outline-none border border-gray-300 rounded-lg py-2 px-4 block w-full appearance-none leading-normal text-gray-700",
"nullbooleanselect": "",
"selectmultiple": "",
"selectmultiple": "bg-white focus:outline-none border border-gray-300 rounded-lg py-2 px-4 block w-full appearance-none leading-normal text-gray-700",
"checkboxselectmultiple": "",
"multi": "",
"splitdatetime": "text-gray-700 bg-white focus:outline border border-gray-300 leading-normal px-4 "
Expand Down

0 comments on commit 4fa7e3b

Please sign in to comment.