0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-31 21:42:44 +00:00

Debounce validation popup

This commit is contained in:
Trevor Buckner
2025-02-13 15:01:35 -05:00
parent df563b9294
commit bf297939dc
2 changed files with 9 additions and 6 deletions

View File

@@ -79,7 +79,7 @@ const Combobox = createClass({
if(!e.target.checkValidity()){
this.setState({
value : this.props.default
}, ()=>this.props.onEntry(e));
});
}
}}
/>