-
-
- setEditedItem({ ...editedItem, category: e.target.value })}
- className="w-full bg-background border border-slate-800 rounded-xl py-3 px-4 text-sm outline-none text-secondary placeholder:text-muted"
- placeholder="e.g. storage"
- />
-
-
-
-
- setEditedItem({...editedItem, type: e.target.value})}
- className="w-full bg-background border border-slate-800 rounded-xl py-3 px-4 text-sm outline-none text-secondary"
- placeholder="e.g. spare parts"
- />
-
-
-
-
- setEditedItem({...editedItem, box_label: e.target.value})}
- className="w-full bg-background border border-slate-800 rounded-xl py-3 pl-4 pr-12 text-sm outline-none text-secondary placeholder:text-muted focus:border-primary transition-colors"
- placeholder="e.g. SFPs 40G Cisco"
- />
-
-
-
-
-
- setEditedItem({...editedItem, connector: e.target.value})}
- className="w-full bg-background border border-slate-800 rounded-xl py-3 px-4 text-sm outline-none text-secondary"
- placeholder="e.g. LC/UPC"
- />
-
-
-
- setEditedItem({...editedItem, size: e.target.value})}
- className="w-full bg-background border border-slate-800 rounded-xl py-3 px-4 text-sm outline-none text-secondary"
- placeholder="e.g. 5m / 1600GB"
- />
-
-
-
- setEditedItem({...editedItem, color: e.target.value})}
- className="w-full bg-background border border-slate-800 rounded-xl py-3 px-4 text-sm outline-none text-secondary"
- placeholder="e.g. Black"
- />
-
-
-
-
-
-
-
-