fix: form helper text

This commit is contained in:
Lucas Larroche 2024-01-15 21:27:56 +07:00
parent 641483e42c
commit 25b505e206
10 changed files with 16 additions and 16 deletions

View file

@ -3,7 +3,7 @@
@if map.get($modules, "forms/basics") {
// Helper
$helper-previous-tags: "input, select, textarea";
$helper-previous-tags: "input, select, textarea, fieldset";
/**
* Basics form elements
*/