You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This branch will be the **next version of Angular Schema Form**, currently please use
17
16
the **examples/example.html** file as the best example to get the framework working.
18
17
19
-
The example uses **schema-form.js** and **angular-schema-form-bootstrap.js** for the
18
+
The example uses **schema-form.js** and **angular-schema-form-bootstrap.js** for the
20
19
version of the code it executes, if you want your page to behave the same you
21
20
obviously need the same version!
22
21
23
-
The new webpack compilation has made it easier to manage files and code and run build
24
-
scripts, but it is still not easy enough for users unfamiliar with it yet.
22
+
The new Webpack compilation has made it easier to manage files and code and run build
23
+
scripts, but it is still not easy enough for users unfamiliar with it... yet.
24
+
25
+
### Add-on
26
+
To see how to make an **add-on** work I have now included the **calculate** add-on file within the **examples/add-on** directory.
27
+
28
+
## Yet to be migrated
29
+
Currently **copyValueTo** and some **array** related features are not working as expected and remain the highest priority to ensure backwards compatibility is maintained where possible.
0 commit comments