I\'ve been playing with Fabric.js a lot in the last few weeks, but regarding text fields I\'ve only found it possible to set the text on creation.
Is there any possible
text.set({ text: newText }); //Change the text canvas.renderAll(); //Update the canvas
That was what I was looking for :) Thanks alot!