edkv

Results 17 comments of edkv

@mdgriffith ok, but how to center input values? :) seems like it's not possible without custom css?

The problem is not with centering the input element, but centering the input text/value inside.

Yes, it should be possible by doing some calculations based on the font size and input height. But I think the value should be centered by default because I'd say...

@tonyea This would center the text horizontally (which should also be possible with `Element.Font.center`), but the issue is about centering vertically.

>When do you use clipX/clipY/clip in your existing codebase? (a small code snippet and a brief explanation of what you're accomplishing would be lovely!) `clipX`, `clipY` - never `clip` is...

Response from @mdgriffith on slack: I’ve thought about that. If we made that change it would require everyone to make a ton of adjustments to their code for only a...

> I’ve thought about that. If we made that change it would require everyone to make a ton of adjustments to their code for only a very small potential gain....