dejwid / ecommerce-admin

Home Page:https://yt-ecommerce-admin.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Properties only allow 1 key entry at a time

Heathen-Kat opened this issue · comments

Trying to add a property name, only allows for 1 key stroke then it unfocuses the text box making is so you need to click on the text box again for the next letter. property value works just fine. Not sure what is causing this, as property name and property value have the same code, from looking things over it.

commented

on "select" remove this "key={value}" it works on me

Change key={property.name} to key={index}