Skip to content

Commit

Permalink
ver. 0.4.20
Browse files Browse the repository at this point in the history
  • Loading branch information
qili.taoqili committed Jul 12, 2019
1 parent 190a13e commit d917fed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.4.20
* `CHANGED` fix a bug when fetchMethod is not set

## 0.4.19
* `CHANGED` add new prop fetchHeader

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uxcore-select-form-field",
"version": "0.4.19",
"version": "0.4.20",
"description": "uxcore-select-form-field component for uxcore.",
"repository": "https://github.com/uxcore/uxcore-select-form-field.git",
"author": "eternalsky",
Expand Down
2 changes: 1 addition & 1 deletion src/SelectFormField.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ SelectFormField.defaultProps = assign({}, FormField.defaultProps, {
fetchDataOnMount: true,
useValueText: false,
method: 'GET',
fetchMethod: 'GET', // 替代method
fetchMethod: '', // 替代method
fetchHeader: {},
dropdownAlign: {
points: ['tl', 'bl', 'tr', 'br'],
Expand Down

0 comments on commit d917fed

Please sign in to comment.