Mims H. Wright

Results 51 comments of Mims H. Wright

Vertical align will change how the whole paragraph appaers within it's bounding box but doesn't work on each line. I've honestly never tried this before and I'm not sure whether...

I'll see what I can do. And I think there should probably be an option to disable this feature.

Would like an interactive version of this page

Started working on this under a new repo: https://github.com/mimshwright/pixi-tagged-text-demo

Updated README

There are two possible solutions: - Rather than logging warnings, the library can throw an error. The errors can be caught by your app and handled. (by default we don't...

Maybe a third solution is to save the error state in code somewhere. Like `taggedText.errors`

You could also have methods like validateTags() which could return a result for each type of issue. I guess there are many more than 2 possible solutions! These are all...

@rizen I've added this in version 3.3.0. You can provide a function that gets an object like `{ message:string, code:string, type:string }`. There's also an option to `supressConsole` which disables...

Crap. I forgot to add the `target` to the `errorMessage` object. I expect you'll want that so you can identify which text field has the error. I'll add that. Update:...