Fix descriptions not being shown for resettable form fields

This commit is contained in:
Râu Cao
2023-09-04 15:37:02 +02:00
parent 725fd2e5ea
commit 074f9afcbb

View File

@@ -6,7 +6,7 @@ module FormElements
@tag = tag
@positioning = :vertical
@title = title
@descripton = description
@description = description
@key = key.to_sym
@type = type
@resettable = is_resettable?(@key)