dotvvm
dotvvm copied to clipboard
Open source MVVM framework for Web Apps
I've added an option to specify aliases for controls in markup. We'll need this in the AutoUI package where we want the control in markup would be named `auto:Editor`, but...
I was considering moving the list of properties into each control, but that would exclude attached properties from the list
I have bp:RadioButtonList where I load option objects using REST API Bindings. Component works OK except one thing. When it is displayed for the first time, nothing is selected visually....
I have no idea why, but seems that Chrome sends site = none in some cases. The point here was to disallow cross-origin usage of the returned files, which you...
A migration of our Azure Devops release pipeline. Please squash-merge. **TODO LIST** * NuGet packages * [x] Build packages * [x] Sign packages * [x] Upload to the internal feed...
Added conversions from backing integer type to and from the enum string we use in view models. This means that binary operators on enums work the same way as in...
This functionality allows server-only rendering - i.e. building static HTML based on viewmodel which is not necessarily sent to the client. The design is fairly simple - we allow resource...
I am not sure if it is a good idea to provide this extensibility point in the public API, but the attacker can replace `window.fetch` anyway so it's probably not...