I have element in my code that looks like this:
As Shubham Jain stated, this is working to me: driver.findElement(By.id("invoice_supplier_id")).sendKeys("value", "new value");
driver.findElement(By.id("invoice_supplier_id")).sendKeys("value", "new value");