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.
1 parent 4d9738e commit a98b109Copy full SHA for a98b109
src/TimePicker.jsx
@@ -129,7 +129,7 @@ export default class Picker extends Component {
129
onTab = (toPrevious) => {
130
this.setOpen(false);
131
132
- const allInputs = document.querySelectorAll('input');
+ const allInputs = document.querySelectorAll('input,textarea,select');
133
for (let i = 0; i < allInputs.length; i++) {
134
if (allInputs[i] === this.picker) {
135
if (toPrevious === true && i !== 0) {
0 commit comments