You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason I can't select all and delete or start typing a new URL. I think this is because it's trying to update on every change. It may be a better experience if the user has to hit enter/return to fetch a new Zarr.
The text was updated successfully, but these errors were encountered:
But that doesn't let you change the text because we're setting the value from the dataUrl React state, which doesn't get updated until that lose-focus event! There must be some sane workaround for this...
This uses `defaultValue` instead of `value` in the JSX component definition, to allow more flexible editing on the Zarr URL. This also changes the `dataUrl` state from a `URL` to a `string` to simplify passing it around and validating it.
Closes#46
---------
Co-authored-by: Ashley Anderson <[email protected]>
For some reason I can't select all and delete or start typing a new URL. I think this is because it's trying to update on every change. It may be a better experience if the user has to hit enter/return to fetch a new Zarr.
The text was updated successfully, but these errors were encountered: