isJsConvertible is a boolean, not a string
This commit is contained in:
parent
89a9baebac
commit
edd640a722
|
|
@ -19,5 +19,5 @@ public class WidgetChildProperty {
|
||||||
String placeholderText;
|
String placeholderText;
|
||||||
List<WidgetOption> options;
|
List<WidgetOption> options;
|
||||||
String inputType;
|
String inputType;
|
||||||
String isJSConvertible;
|
Boolean isJSConvertible;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user