Jonas Metzener

Results 53 issues of Jonas Metzener

I noticed that the generated SVG file is using static width, height, x and y. Consider using `viewBox="0 0 48 48"` instead, since this makes the svg reusable for other...

feature request
beginner

This commit rewrites the decorators `withParachute` and `queryParam` to use the stage 1 legacy decorator syntax since ember uses that syntax for now. For more infos see https://github.com/ember-decorators/ember-decorators/blob/master/README.md#specs. This will...

This prevents an error that was thrown when the helper is being destroyed while recomputing

There is currently no way to "group" forms together, this RFC proposes a new property `family` on the form model which acts the same as the existing family properties on...

Currently, the hierarchy of the visibilities is completely random. This makes it very hard to be restrictive without being too specific. In my example I want everything to be hidden...

enhancement
documentation

Currently we can only enter 32-bit ints in integer questions.. They should allow more.

enhancement
prio: low

BREAKING CHANGE: This changes the global configuration for features, themes and default components completely. For instructions on how to migrate, check the migration to v6 guide.

Several experts explain that marking a field as `optional` instead of `required` improves the comfortability of the user. (e.g https://uxdesign.cc/form-field-required-vs-optional-9b4d7cdbf400) We should consider adding an `optional` option for the label....

This PR converts the `pikaday` modifier to use the new `ember-modifier` API introduced in [`v3.2.0`](https://github.com/ember-modifier/ember-modifier/releases/tag/v3.2.0). I migrated the modifier using [this guide here](https://github.com/ember-modifier/ember-modifier/blob/master/MIGRATIONS.md#40).