Skip to content

Commit

Permalink
Añadido placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Carpio committed Mar 7, 2021
1 parent 1b6bc67 commit 9441e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etsii_agenda/src/components/mainComponents/Buscador.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Buscador extends React.Component<IBuscadorProps, IBuscadorState>{
<h3 className='title'>Buscador</h3>
<input id='buscadorListaEventos' onChange={(e: React.ChangeEvent<HTMLInputElement>) => {
this.props.changeTextSearch(e.currentTarget.value);
}} value={this.props.textSearch} />
}} placeholder='Escribe aquí para buscar...' value={this.props.textSearch} />
</div>
);
}
Expand Down

0 comments on commit 9441e18

Please sign in to comment.