Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 6707 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 6707 Rev 7084
Línea 8... Línea 8...
8
    <div className="search-box">
8
    <div className="search-box">
9
      <input
9
      <input
10
        type="text"
10
        type="text"
11
        name="search"
11
        name="search"
12
        className="form-control"
12
        className="form-control"
13
        onChange={onChange}
13
        onChange={(e) => onChange(e.target.value)}
14
      />
14
      />
15
      <button className="btn btn-search">{labels.search}</button>
15
      <button className="btn btn-search">{labels.search}</button>
16
    </div>
16
    </div>
17
  )
17
  )
18
}
18
}