.clear not working in appium ios since 1.15

Since the upgrade to Appium iOS 1.15 the clear stopped working. The only work around I currently have now is using the backspace by @driver.send_keys("/b"). But it takes forever to clear all the text in the field. Any help is highly appreciated. Long press and control+a doesn’t work on that element.