-
**Question**
Following the suggestion in #2603 I tried to define a custom wrapper to implement floating labels as introduced with bootstrap 5, but i can't get it to work
The template is pret…
-
It is quite common to have a checkbox where the label contains a link. For example if terms and conditions need to be accepted.
```typescript
{
key: 'checkbox',
type: 'checkbox',
template…
-
[AngularUI](http://angular-ui.github.io/) Directives are interesting use-cases for custom templates. I am particularly interested in the following:
- [~~UI Select~~](https://github.com/angular-ui/ui-s…
-
When I explore a new library, I like to use a webpage, load the library and all dependencies with script tags and write example code in a script tag.
In React-Formly 0.0.4 this setup worked, but in 0…
-
using Angular9 (Ivy enabled) got this error
```
Error: Failed to compile entry-point ngx-formly-material-file (es2015 as esm2015) due to compilation errors:
node_modules/ngx-formly-material-file/fe…
-
Example here:
- https://github.com/formly-js/vue-formly
-
**Description**
Currently evalStringExpression uses Function constructor to change expression to function.
**Minimal Reproduction**
https://stackblitz.com/edit/ngx-formly-ui-bootstrap-f34u6m…
-
We have always been using a copy of the core utils (src/core/src/lib/utils.ts) and used some of the methods for our own development.
With v6 at first it seemed the import in code would work, howev…
-
How do you use the flex attributes to make the inout fields scale automatically (according to flex nature)?
When I try to follod Ken's examples, but with angular-formly-templates-material I can't get…
-
Create this inner page as a panel page.
https://formly.dev/ui/material
I just need to resolve the issue with nested panel forms.
Decide how to handle css in the data model.
After that I ca…