Ieva Cernyte

Results 2 comments of Ieva Cernyte

Validation of the static default value in `PrefixMap` was removed since no other trait is doing it at the moment. But specifically with `PrefixMap` there is an issue with this...

As far as I know it only affects default value defined via trait definition. Overridden default value also works fine: ```python class BaseFoo(HasTraits): age = PrefixMap({"yes": 1, "yeah": 1, "no":...