UIKitForm#Custom now will also include class uk-form-custom

This commit is contained in:
InsanusMokrassar 2022-03-02 18:06:41 +06:00
parent 0b11e2c1b9
commit c720973bfc

View File

@ -49,6 +49,7 @@ sealed class UIKitForm(
class Custom( class Custom(
target: String? = null target: String? = null
) : UIKitForm( ) : UIKitForm(
"uk-form-custom",
otherAttrs = mapOf( otherAttrs = mapOf(
buildAttribute("uk-form-custom") { buildAttribute("uk-form-custom") {
"target" to target "target" to target