Rename the component content special attribute children for consistency with React

This commit is contained in:
Keavon Chambers
2021-03-27 01:20:52 -07:00
parent 61823a044d
commit 283ea5acd7
12 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<input:dropdown content="OPTION_LIST: (TemplateString) = ``" :selected-index="SELECTED_INDEX: (Integer) = 0" :disabled="DISABLED: (Bool) = false">
<input:dropdown children="OPTION_LIST: (TemplateString) = ``" :selected-index="SELECTED_INDEX: (Integer) = 0" :disabled="DISABLED: (Bool) = false">
<box width="100%" :round="4px">
<!-- Current selection text -->
<col width="100%" height="24px">