mirror of
https://github.com/InsanusMokrassar/JSUIKitKBindings.git
synced 2024-11-04 23:43:58 +00:00
UIKitForm#Custom now will also include class uk-form-custom
This commit is contained in:
parent
0b11e2c1b9
commit
c720973bfc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user