Hello, I have a simple class with a string property that I edit in the property grid. I added a type converter that implements the standardvalues collection to produce a dropdown list for the property. But that has changed the behavior when typing in the property grid. It used to wait for Enter or loss of focus before committing the data to the property. Now it commits with every key press. Is there any way to have the standardvalues collection and still require an enter or loss of focus to commit? This feels like a bug. Notice also that you cannot undo by hitting Escape - since the changes are continuously committed.
Thank you