Skip to content

Commit 3cb6972

Browse files
committed
test: mark unsupported examples in TextInputExample
1 parent 453b2e9 commit 3cb6972

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

RNTester/js/TextInputExample.macos.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,12 +605,14 @@ exports.examples = [
605605
},
606606
},
607607
{
608+
unsupported: true,
608609
title: 'Keyboard Accessory View',
609610
render: function() {
610611
return <TextInputAccessoryViewExample />;
611612
},
612613
},
613614
{
615+
unsupported: true,
614616
title: 'Auto-capitalize',
615617
render: function() {
616618
return (
@@ -632,6 +634,7 @@ exports.examples = [
632634
},
633635
},
634636
{
637+
unsupported: true,
635638
title: 'Auto-correct',
636639
render: function() {
637640
return (
@@ -673,6 +676,7 @@ exports.examples = [
673676
},
674677
},
675678
{
679+
unsupported: true,
676680
title: 'Keyboard types',
677681
render: function() {
678682
const keyboardTypes = [
@@ -700,6 +704,7 @@ exports.examples = [
700704
},
701705
},
702706
{
707+
unsupported: true,
703708
title: 'Keyboard appearance',
704709
render: function() {
705710
const keyboardAppearance = ['default', 'light', 'dark'];
@@ -714,6 +719,7 @@ exports.examples = [
714719
},
715720
},
716721
{
722+
unsupported: true,
717723
title: 'Return key types',
718724
render: function() {
719725
const returnKeyTypes = [
@@ -740,6 +746,7 @@ exports.examples = [
740746
},
741747
},
742748
{
749+
unsupported: true,
743750
title: 'Enable return key automatically',
744751
render: function() {
745752
return (
@@ -784,6 +791,7 @@ exports.examples = [
784791
},
785792
},
786793
{
794+
unsupported: true,
787795
title: 'Colored highlight/cursor for text input',
788796
render: function() {
789797
return (
@@ -803,6 +811,7 @@ exports.examples = [
803811
},
804812
},
805813
{
814+
unsupported: true,
806815
title: 'Clear button mode',
807816
render: function() {
808817
const clearButtonModes = [
@@ -870,12 +879,14 @@ exports.examples = [
870879
},
871880
},
872881
{
882+
unsupported: true,
873883
title: 'Blur on submit',
874884
render: function(): React.Element<any> {
875885
return <BlurOnSubmitExample />;
876886
},
877887
},
878888
{
889+
unsupported: true,
879890
title: 'Multiline blur on submit',
880891
render: function() {
881892
return (

0 commit comments

Comments
 (0)