mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-26 18:12:40 +00:00
minimum range text to 3
This commit is contained in:
@@ -194,7 +194,7 @@ const ArchivePage = createClass({
|
||||
onKeyUp={() => {
|
||||
this.validateInput();
|
||||
}}
|
||||
pattern=".{2,}"
|
||||
pattern=".{3,}"
|
||||
onKeyDown={(e) => {
|
||||
if (e.key === 'Enter') {
|
||||
this.loadTotal();
|
||||
|
||||
Reference in New Issue
Block a user