framework7-website icon indicating copy to clipboard operation
framework7-website copied to clipboard

Framework7 website for contributing and offline usage

Results 43 framework7-website issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.12.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Bumps [svelte](https://github.com/sveltejs/svelte) from 3.46.4 to 3.49.0. Changelog Sourced from svelte's changelog. 3.49.0 Improve performance of string escaping during SSR (#5701) Add ComponentType and ComponentProps convenience types (#6770) Add support for...

dependencies

I noticed that some properties (like **autocorrect**, **autocapitalize**, **spellcheck**, **dropdown**) are missing in the documentation of **Input / ListInput** ([React](https://framework7.io/react/inputs#input-properties) / [Svelte](https://framework7.io/svelte/inputs#input-properties) / [Vue](https://framework7.io/vue/inputs#input-properties)) **Input**: ![input-props](https://user-images.githubusercontent.com/1197819/172562216-e730778e-039c-45cc-8742-117bef195b69.png) **ListInput**: ![list-input-props](https://user-images.githubusercontent.com/1197819/172562273-6ccba4d6-bdf3-4f0d-be60-196adabf41c6.png) Thanks.

In the path `/public/packages/core/` there are currently folders (and files) related to previous versions of f7: ![public-packages-core](https://user-images.githubusercontent.com/1197819/169465058-df2f6099-b131-42f8-9143-a015662cd47b.png) Thanks.

How do I submit [my app](https://play.google.com/store/apps/details?id=com.waist.line&gl=US) for the showcase?

The "Checkbox Group/List" documentation is invalid HTML5. A `label` tag can't legally contain a `div` tag. https://framework7.io/docs/checkbox#checkbox-group-list A valid solution is simply replacing the illegal `div` tags with `span`s. A...

Links to [Codemy.net](http://codemy.net/) are outdated.

https://github.com/framework7io/framework7-website/pull/166

The initial setup documentation needs updating, or the CLI needs fixing, not sure which. When you use `f7 create --ui` (see exhibnit a) and you set the app name, you...

Hi guys, please add the complete documentation for stepper. I lost a lot of hours trying to figure out why the stepper wasn't updating with the same value. Finally, out...