liviriniu

Results 9 issues of liviriniu

Currently I don't get any ![image](https://github.com/riganti/dotvvm/assets/63544057/f18aadf7-1ebe-4a73-940c-483ae3bdc355) In this example, `GetDescription()` is an Enum extension method and `AsHTMLBoldText()` a string extension method.

bug
Visual Studio Extension

Hi, Currently it crashes if I use a `DateOnly` parameter in a primary constructor for a sub view model. The primary constructor: ![image](https://github.com/riganti/dotvvm/assets/63544057/09f12b25-6b26-4828-ab4b-17efe0c012b6) The crash log: ![image](https://github.com/riganti/dotvvm/assets/63544057/bc7898c9-e829-47b7-b1de-7a159378cd55)

Business Pack Controls

Hi, I'm MarianV from the forum, @exyi I'm not able to quickly find how to tag this issue... anyhow - it is a feature request, a "small" one: ![image](https://github.com/riganti/dotvvm/assets/63544057/73abfcd1-9b40-49aa-b3cb-4267a3897152) When...

Business Pack Controls

Taken from the forum post [DotVVM02 warning for overrides](https://forum.dotvvm.com/t/dotvvm02-warning-for-overrides/160) ![image](https://github.com/riganti/dotvvm/assets/63544057/83873e68-083f-4ad1-a98e-64dda68de3a5) I saw that decorating the property in the abstract base (while making the warning go away which is correct), has...

bug
analyzers

This is taken from the forum post https://forum.dotvvm.com/t/read-only-value-for-bp-datepicker/137 ![image](https://github.com/riganti/dotvvm/assets/63544057/e5523edb-c773-424a-b3bf-884b9578f5fc) How can this be avoided without custom tinkering? `Enabled="false"` disables the entire control and `contenteditable="false"` does not work. Currently we’re going...

Business Pack Controls

from the forum post https://forum.dotvvm.com/t/support-for-is-null-is-not-null-in-dotvvm-markup/168 ![image](https://github.com/riganti/dotvvm/assets/63544057/479cd5cf-9a67-4d73-8501-fc6f7566ee3e)

Framework

![image](https://github.com/riganti/dotvvm/assets/63544057/7e09c44d-727e-4a72-b40a-70ce10f37d41) ![image](https://github.com/riganti/dotvvm/assets/63544057/5363231c-782a-4084-8b58-0492b00eec76) This **does not** happen when closing it just by ESC key. It happens if hitting ESC **after** the ModalDialog is already closed by either this button: ![image](https://github.com/riganti/dotvvm/assets/63544057/564efedc-11c3-4df8-9eb4-1f6cc06a939f) or...

bug
Business Pack Controls

Please implement `NullDisplayText` from WebForms into the columns of the GridView control of DotVVM (Business Pack included) because it is highly needed to avoid a lot of text handling of...

enhancement
Business Pack Controls

Hi there, If before I show my `bp:DatePicker` for the first time to the user, I set its `MinDate` property to 1,2 or more months in the future, when it...

Business Pack Controls