Skip to content

Commit

Permalink
Merge pull request alibaba-fusion#523 from mark-ck/master
Browse files Browse the repository at this point in the history
fix(Rating): remove form tag
  • Loading branch information
myronliu347 authored Apr 1, 2019
2 parents ae52bf6 + fa87aa9 commit 5c19479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rating/rating.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ export default class Rating extends Component {
className={`${prefix}rating-overlay`}
style={overlayStyle}
>
<form action="#">{overlay}</form>
{overlay}
</div>
</div>
{showGrade ? (
Expand Down

0 comments on commit 5c19479

Please sign in to comment.