eufemia
eufemia copied to clipboard
DNB Design System
The css variable `--font-size-medium` is markedly larger in Sbanken than in DNB theme. Since this variable is mainly used for "larger" text, we have decided to make it match across...
This PR makes it so we display `+47` instead of `00 47` when using Value.PhoneNumber for values like `+47 93086048` . I think the reason why it displays 0047 rather...
feat(Forms): add `isValid` to Form.Visibility for showing content based on the validation of a field
As of now, the Visibility does only react on data content, but not on validation. This PR is an attempt to add support for showing something based on the validation...
Not ready to be merged yet, but we can just keep it here, so that we'll remember to remove this line in our docs. TODO: - [ ] Remove beta...
This is a draft PR with the intention to add `isAdultValidator`. As of now, it looks to me that it works as expected. See the video how I tested it...
## 🐛 Bug Report When rendering a field with multiple validation props, a combined error message is shown. Example: ``` must NOT have more than 3 characters and must match...
## 🐛 Bug Report When trying to add an invalid object to an iterate array, the object seems to be added while invalid. It seems to go from `PushContainer` to...
## 🚀 Feature Proposal `Visiblity` within the `Iterate` context. ## Motivation We have a need for using conditionals inside a `PushContainer` to control which fields are fillable by the user....
## 🐛 Bug Report When `Iterate.Array` is within a `Form.Section` with a defined `path`, nothing happens when trying to add an item to to the array. https://github.com/user-attachments/assets/a8b6b5db-ff16-4334-9858-6b3400dff6b2 ## To Reproduce...
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.21.0. Release notes Sourced from express's releases. 4.21.0 What's Changed Deprecate "back" magic string in redirects by @blakeembrey in expressjs/express#5935 [email protected] by @wesleytodd in expressjs/express#5954...