Skip to content

Commit

Permalink
docs: fix keyboardToolbar property type
Browse files Browse the repository at this point in the history
  • Loading branch information
drauggres authored and sgtcoolguy committed Mar 4, 2020
1 parent e886d64 commit 7fbf2c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apidoc/Titanium/UI/TextArea.yml
Expand Up @@ -338,7 +338,7 @@ properties:
once, developers desiring textAreas or [textFields](Titanium.UI.TextField) to share a toolbar
can instead use a single [toolbar](Titanium.UI.iOS.Toolbar) instead of having arrays sharing
toolbar buttons.
type: [Array<Titanium.UI.View>, Titanium.UI.iOS.Toolbar]
type: [Array<Titanium.UI.View>, Titanium.UI.Toolbar, Titanium.UI.iOS.Toolbar]
platforms: [iphone, ipad]

- name: keyboardToolbarColor
Expand Down Expand Up @@ -618,4 +618,4 @@ properties:

- name: length
summary: Number of characters selected.
type: Number
type: Number
2 changes: 1 addition & 1 deletion apidoc/Titanium/UI/TextField.yml
Expand Up @@ -367,7 +367,7 @@ properties:
</KeyboardToolbar>
</TextField>
</Alloy>
type: [Array<Titanium.UI.View>, Titanium.UI.iOS.Toolbar]
type: [Array<Titanium.UI.View>, Titanium.UI.Toolbar, Titanium.UI.iOS.Toolbar]
platforms: [iphone, ipad]

- name: keyboardToolbarColor
Expand Down

0 comments on commit 7fbf2c7

Please sign in to comment.