diff --git a/fields/types/relationship/RelationshipField.js b/fields/types/relationship/RelationshipField.js index e527b9f8f5..e757bd8494 100644 --- a/fields/types/relationship/RelationshipField.js +++ b/fields/types/relationship/RelationshipField.js @@ -191,17 +191,21 @@ module.exports = Field.create({ renderSelect (noedit) { return ( - +
+ {/* This input element fools Safari's autocorrect in certain situations that completely break react-select */} + + +
); }, diff --git a/fields/types/select/SelectField.js b/fields/types/select/SelectField.js index 269684aaf2..5f56ee0d1e 100644 --- a/fields/types/select/SelectField.js +++ b/fields/types/select/SelectField.js @@ -51,13 +51,17 @@ module.exports = Field.create({ : val; return ( - +