myTerminal/ample-autocomplete

View on GitHub
src/scripts/ample-autocomplete.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function render has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    render() {
        return (
            <div className={'ample-autocomplete ' + (this.state.isDropdownVisible ? 'open' : '')}>
                <input type="text"
                    className="ample-autocomplete-input"
Severity: Minor
Found in src/scripts/ample-autocomplete.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status