Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 7122 | Rev 7725 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 7122 Rev 7124
Línea 48... Línea 48...
48
            () => handleScriptLoad(setValue, autoCompleteRef)
48
            () => handleScriptLoad(setValue, autoCompleteRef)
49
        );
49
        );
50
    }, []);
50
    }, []);
Línea 51... Línea 51...
51
 
51
 
52
    return (
52
    return (
53
        <div className="search-location-input">
53
        <div className="form-group">
54
            <input
54
            <input
55
                ref={autoCompleteRef}
55
                ref={autoCompleteRef}
56
                onChange={event => setValue(event.target.value)}
56
                onChange={event => setValue(event.target.value)}
57
                placeholder="Enter a City"
57
                placeholder="Enter a City"
-
 
58
                value={value}
58
                value={value}
59
                className="form-control"
59
            />
60
            />
60
        </div>
61
        </div>
61
    );
62
    );