Meinrad Recheis

Results 429 comments of Meinrad Recheis

> @henon Wouldn't that mean we would have to set CascadingParameters on all basic components in the library in case they want to be used as adornment (obviously not ones...

Or maybe that is overkill. They would know themselves if their input is disabled.

It would be a bit more complicated than it is now because using `class T` was the simplest solution I could come up with. We'd have to define a mapping...

First of all, we only need to configure generic components, which are the minority of our components. And if we for instance decide to use `string` as the default for...

Right, that would speak for the attrib solution.

Getting an attribute from a type via reflection is very easy. No need to use code generators for this or do you mean our code generators for the docs and...

I am no native speaker but somehow this construction with whether still bothers me: `Whether text is displayed Right-to-Left (RTL).`. Wouldn't the simple statement `Displays text Right-to-Left (RTL).` be better?

I don't mind for the tests, will change. But even if the converters are reworked they will do exactly this job, converting to and from string using a specified culture.