Getting Error On Console On Updating Link Field Types

Hello I am getting an error displayed on the Frappe

link.js:397 Uncaught TypeError: o.text.value.indexOf is not a function
    at HTMLInputElement.<anonymous> (link.js:397:21)
    at HTMLInputElement.dispatch (jquery.js:5135:27)
    at elemData.handle (jquery.js:4939:28)
    at $2.fire (awesomplete.js:504:16)
    at _.select (awesomplete.js:291:7)
    at HTMLUListElement.click (awesomplete.js:117:10)

It started suddenly appearing. Earlier it was not coming. In my local, I by mistakes uninstalled frappe bench so I just installed it again by ‘pip3 install frappe-bench’ and normally started my application using ’ bench start’

But I am getting this error.

Can someone see to it please.?

Can anybody see to it?

@bahaou Can you see this once? Why is this error coming.

@avc

Can you check this once also. This is also happening with me.

Its not breaking the flow but there is an error on the console.


link.js:397 Uncaught TypeError: o.text.value.indexOf is not a function
    at HTMLInputElement.<anonymous> (link.js:397:21)
    at HTMLInputElement.dispatch (jquery.js:5135:27)
    at elemData.handle (jquery.js:4939:28)
    at $2.fire (awesomplete.js:504:16)
    at _.select (awesomplete.js:291:7)
    at HTMLUListElement.click (awesomplete.js:117:10)