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
typing into the filter in the construction menu should search for furniture that matches the string and remove others from the list.
Actual behavior
nothing happens. This feature was working at some point so if anyone has a guess of when it regressed or can find the commit/PR that broke it by bisecting please post it.
The text was updated successfully, but these errors were encountered:
Well, I can't say when it broke, but I can tell you that it was a relatively recent PR, checking on my local master, it still works on there, and it was last updated to #1659 ( 95b3a44 ). It's entirely too late in my day to want to do bisecting, but that should at least be a decent starting point of a good bisect.
I've found the issue (the Filter function isn't being called at all when the input field changes), however I can't fix it at the moment due to issues with Unity 5.5
Expected behavior
typing into the filter in the construction menu should search for furniture that matches the string and remove others from the list.
Actual behavior
nothing happens. This feature was working at some point so if anyone has a guess of when it regressed or can find the commit/PR that broke it by bisecting please post it.
The text was updated successfully, but these errors were encountered: