null Skip to main content

Roland Eco-Sol TR3 500ml

Item#Item NameRegular PriceSale PriceQty
 
TR3 Quantity Discount
*The quantity discount excludes WHITE and CLEANING CARTRIDGE

Please see below for compatible printers.

New TR3 eco-solvent inks are specially formulated for unrivaled vibrancy and durability. TR3 White ink used with the XG-640 allows for three times greater productivity than TR2 inks used with a VG3 printer/cutter and produces graphic results that are 1.3 times more dense, enhancing window graphics and base coats. Plus, TR3 inks are GBL-free and GREENGUARD Gold certified, for safer, eco-conscious printing. These premium-quality inks are available in a choice of configurations to suit your specific needs – dual CMYK for increased speed, or 8-color (Orange, Green, Light Cyan, Light Magenta, and White) for an expanded gamut and greater color accuracy.

// Uses React's native (unpatched) value setter + a real dispatched event, // so the app's own onChange / validation / append logic fires correctly. // build the visible field the user will actually type into // copy the real field's classes + computed styles so it looks identical // preload with existing value (formatted) if the real field already has one // hide the real field visually but keep it in the DOM and functional, // so your app's own validation / append event still works as before // place the visible field right where the real one used to be // send only the plain digits to the real field — this matches what // the numeric field type expects, so no "invalid phone number" error // keep focus/blur events flowing to the real field too, in case your // app's validation triggers specifically on those