mirror of
https://github.com/InsanusMokrassar/JSUIKitKBindings.git
synced 2025-09-16 13:59:17 +00:00
UIKitForm#Custom now will also include class uk-form-custom
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user