You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there's some mismatch between how you are doing it in the layout folder and in this template - I suspect it makes more sense to move all the closing DIVs back up to this file. In the select.html there is no </div> whereas I think in the radio and checkboxes there are.
The text was updated successfully, but these errors were encountered:
dpjanes
changed the title
DIV for select box not terminate
DIV for select box not terminated
Feb 7, 2024
Hey David. I can't test this right now, but if this is indeed an issue, then I am fairly certain that it is a duplicate of #153, so let's continue the discussion there.
As an aside, it's always helpful to check open PRs before filing new issues. Thanks! 😊
In
templates/tailwind/field.html
none of thediv
s are terminated (for release 1.0.1),I think there's some mismatch between how you are doing it in the layout folder and in this template - I suspect it makes more sense to move all the closing DIVs back up to this file. In the
select.html
there is no</div>
whereas I think in the radio and checkboxes there are.The text was updated successfully, but these errors were encountered: