Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 14383 Rev 14384
Línea 421... Línea 421...
421
							<label>Nombre</label>
421
							<label>Nombre</label>
422
							<input type="text" name="name" className='form-control' ref={register({ required: true, maxLength: 50 })} />
422
							<input type="text" name="name" className='form-control' ref={register({ required: true, maxLength: 50 })} />
423
						</div>
423
						</div>
424
						<div className="form-group">
424
						<div className="form-group">
425
							<label htmlFor="form-description">Descripción</label>
425
							<label htmlFor="form-description">Descripción</label>
426
							{(description) && 
426
							{/* {(description) &&  */}
427
							<DescriptionInput
427
							<DescriptionInput
428
								defaultValue={description}
428
								defaultValue={description}
429
								name='description'
429
								name='description'
430
								outputValue={handleDescription}
430
								outputValue={handleDescription}
431
							/>}
431
							/>
-
 
432
							{/* } */}
Línea 432... Línea 433...
432
							
433
							
433
						</div>
434
						</div>
434
						<div className="form-group">
435
						<div className="form-group">
435
							<label htmlFor="form-description">Texto</label>
436
							<label htmlFor="form-description">Texto</label>
436
							{(text) && 
437
							{/* {(text) &&  */}
437
							<DescriptionInput
438
							<DescriptionInput
438
								defaultValue={text}
439
								defaultValue={text}
439
								name='text'
440
								name='text'
440
								outputValue={hendleText}
441
								outputValue={hendleText}
-
 
442
							/>
441
							/>}
443
							{/* } */}
442
						</div>
444
						</div>
443
						<div className="form-group">
445
						<div className="form-group">
444
							<label htmlFor="form-status">Estatus</label>
446
							<label htmlFor="form-status">Estatus</label>
445
							<select name="form-status" className="form-control" onChange={(e) => setStatus(e.target.value)} value={status}>
447
							<select name="form-status" className="form-control" onChange={(e) => setStatus(e.target.value)} value={status}>