mirror of
https://github.com/InsanusMokrassar/JSUIKitKBindings.git
synced 2024-11-05 07:53:57 +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(
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user