scwebd
1/24/2019 - 1:04 AM

pupsterSearchForm

<form>
    <label htmlFor="breed-choice">Breed name:</label>
    <input list="breeds" id="breed-choice" name="breed-choice" className="form-control" placeholder="Choose a Breed" />
    <datalist id="breeds">

    </datalist>
    <button type="submit" className="btn btn-success btn-block mt-2">Search</button>
</form>