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
when i use typeUserAttrs option to add custom attribute, i find the custom input's class is wrong.
for example, in the official docs, new attribute pattern is added in options, but the new input' class is fld-pattern,form-control, is it a bug ?
ps: i find bug maybe happens in function inputUserAttrs at line 2206 in file form-builder.js, type of className should be String instead of Array.
The text was updated successfully, but these errors were encountered:
when i use
typeUserAttrs
option to add custom attribute, i find the custom input's class is wrong.for example, in the official docs, new attribute
pattern
is added in options, but the new input' class isfld-pattern,form-control
, is it a bug ?ps: i find bug maybe happens in function
inputUserAttrs
at line 2206 in fileform-builder.js
, type ofclassName
should be String instead of Array.The text was updated successfully, but these errors were encountered: