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
1 changed files with 1 additions and 0 deletions

View File

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