Results 31 issues of suragch

There are a number of linter warnings. These should be resolved. - 'hashValues' is deprecated and shouldn't be used. Use Object.hash() instead. This feature was deprecated in v3.1.0-0.0.pre.897. Try replacing...

The keyboard demo has some problems: - `MongolTextField` loses focus when typing. Is this a problem with the demo logic or with `MongolTextField`?

Here is what the web version of the demo app looks like:

The character spacing for CJK characters should be closer. Emojis, on the other hand, should not.

**Description** The [website documentation](https://docs.page/schultek/jaspr) is pretty good. It would also be helpful to have documentation comments for the various public classes and methods in Jaspr. It appears that currently none...

## Description This adds code documentation to the `num` for CSS units to help those not familiar with CSS. I am one of those not so familiar with CSS. I...

I assume it is correct to italicize single letter variables that are not specifically used in code: - There are _n_ items in the array. (correct) - There are n...

When using `MongolText` with `maxLines: 1` on a widget vertical resize, the text widget will get smaller but not larger. ![maxlines](https://github.com/suragch/mongol/assets/10300220/f68f6a72-6251-4ccc-a2f9-64be32000201)

This PR aims to update all of the SuperEditor web guides to work with `super_editor` 0.3.0 with an eye for first time users. Since I myself am a first time...

There is a large difference between version 0.2.7 and 0.3.0 and at least a portion of the current docs don't even work with version 0.2.7. It would be helpful to...