Skip to content

Commit

Permalink
docs: mark TextField/Area appearance property removed in 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtcoolguy committed Dec 16, 2019
1 parent b8c1f84 commit 36a15a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apidoc/Titanium/UI/TextArea.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ properties:
platforms: [iphone, ipad]
deprecated:
since: "5.2.0"
removed: "9.0.0"
notes: Use [Titanium.UI.TextArea.keyboardAppearance](Titanium.UI.TextArea.keyboardAppearance) instead.

- name: keyboardAppearance
Expand Down
1 change: 1 addition & 0 deletions apidoc/Titanium/UI/TextField.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ properties:
platforms: [iphone, ipad]
deprecated:
since: "5.2.0"
removed: "9.0.0"
notes: Use [Titanium.UI.TextField.keyboardAppearance](Titanium.UI.TextField.keyboardAppearance) instead.

- name: keyboardAppearance
Expand Down

0 comments on commit 36a15a5

Please sign in to comment.