We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d13c1f + 72f6036 commit 998c979Copy full SHA for 998c979
.changeset/ten-apples-tap.md
@@ -0,0 +1,5 @@
1
+---
2
+'react-select': minor
3
4
+
5
+Remove duplicate prop createOptionPosition
packages/react-select/src/Creatable.js
@@ -36,8 +36,6 @@ export type CreatableProps = {
36
created, and `onChange` will **not** be called. Use this when you need more
37
control over what happens when new options are created. */
38
onCreateOption?: string => void,
39
- /* Sets the position of the createOption element in your options list. Defaults to 'last' */
40
- createOptionPosition: 'first' | 'last',
41
/* Name of the HTML Input (optional - without this, no input will be rendered) */
42
name?: string,
43
options?: OptionsType,
0 commit comments