polkascan / explorer-ui

Polkascan Explorer UI
GNU General Public License v3.0
5 stars 28 forks source link

Cannot change URL in endpoint dialogs #20

Open arjanz opened 1 year ago

arjanz commented 1 year ago
Screenshot 2022-12-23 at 13 47 04

When I try to change this URL, it gets updated after a few second to the old value

Kriekkop commented 1 year ago

This happens when the entered url fails to connect and as a fallback other known urls are being tried. Because of data binding in the material component the value is automatically changed. What we can do is to try to check if the input field is active and prevent the value from being changed.