Currently the user has to to manually write values for thing like user and category. But the interface should instead offer a list of all existing values in addition to giving the user to adding a new option. html forms have a feature called datalist that tries to offer this functionality but it still has some weird behavior and might be unintuive for the user experience. So the best option is probably to create my own solution.
Currently the user has to to manually write values for thing like user and category. But the interface should instead offer a list of all existing values in addition to giving the user to adding a new option. html forms have a feature called datalist that tries to offer this functionality but it still has some weird behavior and might be unintuive for the user experience. So the best option is probably to create my own solution.