Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
This project is archived. Its data is
read-only
.
Changes
Page history
Update dynamic components
authored
Oct 12, 2018
by
Michel Smola
Show whitespace changes
Inline
Side-by-side
dynamic-components.md
View page @
d8f41502
...
...
@@ -60,7 +60,7 @@ so let's analyse this example a bit:
+
`value`
is a dynamic property. It has a getter and setter method and therefore defines how the element will dynamically change when you change its 'value'
+
`turnRed`
is a class method.
We may now instantiate ou
t
field like:
We may now instantiate ou
r
field like:
```
js
const
integerField
=
DOMore
.
create
(
Field
,
{
className
:
'
integer-field
'
,
...
...
...
...