From 8e6345b107ebdf271378d2c5419252347db4ecc6 Mon Sep 17 00:00:00 2001 From: aleclarson Date: Tue, 26 Feb 2019 16:39:16 -0500 Subject: [PATCH] test: mark unsupported examples in TextInputExample --- RNTester/js/TextInputExample.macos.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/RNTester/js/TextInputExample.macos.js b/RNTester/js/TextInputExample.macos.js index c2a73781a7..ff5f2ac753 100644 --- a/RNTester/js/TextInputExample.macos.js +++ b/RNTester/js/TextInputExample.macos.js @@ -605,12 +605,14 @@ exports.examples = [ }, }, { + unsupported: true, title: 'Keyboard Accessory View', render: function() { return ; }, }, { + unsupported: true, title: 'Auto-capitalize', render: function() { return ( @@ -632,6 +634,7 @@ exports.examples = [ }, }, { + unsupported: true, title: 'Auto-correct', render: function() { return ( @@ -673,6 +676,7 @@ exports.examples = [ }, }, { + unsupported: true, title: 'Keyboard types', render: function() { const keyboardTypes = [ @@ -700,6 +704,7 @@ exports.examples = [ }, }, { + unsupported: true, title: 'Keyboard appearance', render: function() { const keyboardAppearance = ['default', 'light', 'dark']; @@ -714,6 +719,7 @@ exports.examples = [ }, }, { + unsupported: true, title: 'Return key types', render: function() { const returnKeyTypes = [ @@ -740,6 +746,7 @@ exports.examples = [ }, }, { + unsupported: true, title: 'Enable return key automatically', render: function() { return ( @@ -784,6 +791,7 @@ exports.examples = [ }, }, { + unsupported: true, title: 'Colored highlight/cursor for text input', render: function() { return ( @@ -803,6 +811,7 @@ exports.examples = [ }, }, { + unsupported: true, title: 'Clear button mode', render: function() { const clearButtonModes = [ @@ -870,12 +879,14 @@ exports.examples = [ }, }, { + unsupported: true, title: 'Blur on submit', render: function(): React.Element { return ; }, }, { + unsupported: true, title: 'Multiline blur on submit', render: function() { return (