Fix descriptions not being shown for resettable form fields
This commit is contained in:
parent
725fd2e5ea
commit
074f9afcbb
@ -6,7 +6,7 @@ module FormElements
|
|||||||
@tag = tag
|
@tag = tag
|
||||||
@positioning = :vertical
|
@positioning = :vertical
|
||||||
@title = title
|
@title = title
|
||||||
@descripton = description
|
@description = description
|
||||||
@key = key.to_sym
|
@key = key.to_sym
|
||||||
@type = type
|
@type = type
|
||||||
@resettable = is_resettable?(@key)
|
@resettable = is_resettable?(@key)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user