Jascrip, php, browser, [Violation] Forced reflow while executing JavaScript took 36ms

0

the page loads but when I try to enter information it does not leave me

I get rid of errors and I do not know what to do, I can not enter information into my project, someone can help me, what should I do, to make it work.

[Violation] Forced reflow while executing JavaScript took 45ms
lista_de_servicios.php:1 

[DOM] Input elements should have autocomplete attributes (suggested: autocomplete='address-level1', confirm at[www.goo.gl/6KgkJg][1]) 
<select class=​"form-control" id=​"estado" name=​"estado" required>​…​</select>​<option value>​-- Selecciona estado --​</option>​<option value=​"1" selected>​Activo​</option>​<option value=​"0">​Inactivo​</option>​</select>​
    lista_de_servicios.php:1 

[DOM] Input elements should have autocomplete attributes (suggested: autocomplete='tel-local', confirm at[www.goo.gl/6KgkJg][1]) 
<input type=​"text" class=​"form-control" id=​"pre" name=​"pre" placeholder=​"Precio de venta del producto" required pattern=​"^[0-9]​{1,5}​(\.[0-9]​{0,2}​)​?$" title=​"Ingresa sólo números con 0 ó 2 decimales" maxlength=​"8">​

When I try to enter information I get 4 more errors of the same type for each input and 4 intpus four more errors.

    
asked by Carlos 10.02.2018 в 05:11
source

0 answers