gilbarbara/react-dropdown

View on GitHub
demo/src/components/HiddenInput.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function HiddenInput has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function HiddenInput() {
  const [selectedValue, setSelectValue] = useState("");

  const handleSubmit = (event: FormEvent) => {
    event.preventDefault();
Severity: Minor
Found in demo/src/components/HiddenInput.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status