Skip to content

Commit

Permalink
fix(Rating): remove form tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jinchanz committed Mar 29, 2019
1 parent ae52bf6 commit fa87aa9
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 fa87aa9

Please sign in to comment.