Skip to content

Commit 1de83c0

Browse files
Merge pull request #9 from Teladoc/UNTD-405_Bug_RAV_Form_Submission_Date_Selection
Add `type="button"` to prevent form submission
2 parents 1684aa0 + 5d54e87 commit 1de83c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/day.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ export default class Day extends React.Component {
246246
ref={r => (this.buttonRef = r)}
247247
role="option"
248248
tabIndex="-1"
249+
type="button"
249250
>
250251
{this.props.renderDayContents
251252
? this.props.renderDayContents(

0 commit comments

Comments
 (0)