-
### Description
Add `SeparatorTemplate` bindable property to `BindableLayout` to specify an optional separator template.
This would allow drop-in replacement usage for inline lists similiar to the `S…
-
### Description
Setting Binding Context on Content View Doesn't Work with Data Template with Compiled Bindings Unless We Set the Relative Source Explicitly, But the Same Content View Without Bindin…
-
reporting what @lossius says on the devel list :
"As I have been making a bunch of views that embed other views lately (I find this a useful way of reusing existing views rather than making new inspe…
theod updated
9 years ago
-
Dev Time: 1.5 weeks
A module that binds template vars to a model and vice versa. Essentially get the advantages of Vue and Angular data binding with out the overhead.
- 2 way data binding
- repeaters…
-
I tried adding an AssetPolicy class and binding it in my ServiceContainer.
```PHP
$this->app->bind(\Statamic\Policies\AssetPolicy::class, AssetPolicy::class);
```
Unfortunately that does not w…
-
-
As an intermediate step to #3146 i propose to use [View Binding](https://developer.android.com/topic/libraries/view-binding) (this is **not** Data Binding).
- It will save you *lots* of code
- It …
-
### Description
When using a formatted label with a hyperlink, Android's screen reader TalkBack does not announce the role "Button" for the hyperlink.
```xaml
…
-
When we call Composition.attachPlayer its creating new canvas 2D element and its not binding some pixi events such as onmouseleave
Maybe its better instead of creating new Canvas element, returning r…
-
### Description
Assigning a view's binding context (for view-to-view bindings to work) can be accomplished as such:
```xaml
```
However, the exact same logic but using a rela…