AI OnAI Off
I've found the solution.
The custom UiHint needs to be written in lowercase.
In this case:
public static class SiteUiHints { public const string WiderInput = "widerinput"; }
instead of "WiderInput"..
Thanks for rubber ducking though :)
I'm trying to get the input fields on some of my string properties wider.
I have made a property, a custom UIHint and an EditorDescriptor.
I can make all string properties wider with the EditorDescriptor but when restricting to a specific UIHint nothing happens.
When I specify UiHint and debug I can see that the code in the EditorDescriptor is running but it doesn't change the property's appearance.
Am I missing something? Or isn't this possible, and why would it be possible to specify UiHint then?
Example property:
UiHint:
EditorDescriptor: