openreview / openreview-web

The official web interface for OpenReview.net
https://openreview.net
GNU Affero General Public License v3.0
15 stars 2 forks source link

Fix/ Edge Browser: support textbox input when the edit invitation is not an enum #2095

Closed xkopenreview closed 1 day ago

xkopenreview commented 2 months ago

this pr should allow a textbox in edge browser to add/edit edge

example for weight of custom max papers:

"weight": {
    "param": {
      "input": "text",
      "maximum": 100,
      "minimum": 0
    }
  }

should show a textbox for custom max papers edge

celestemartinez commented 2 months ago

How does a default value work here? Because when I set a default value and I try to assign a reviewer that already has that number of assignments, the edge browser won't let me make the assignment, but I don't see this default value anywhere and it's not clear why I can't make the assignment.

Also, it is not very straightforward how to change this value, and changing it is not very smooth. Not sure if this will be a good experience for PCs.

xkopenreview commented 2 months ago

please elaborate what makes you think it's not clear/smooth