ASPX to DotVVM Converter - TextBox

If you have a TextBox with a value in the aspx like Text=โ€œ10โ€ and convert the TextBox, it works with the general convertion (View and ViewModel) but the value doesnโ€™t get converted / get set to โ€œ10โ€ again. Can you guys add this feature? Because otherwise you might loose a lot of initial settings from the ASP TextBox convertion.

Thatโ€™s a good idea.

By the way - the converter code is hosted in this repo.

If you have time, you can look at the TextBoxMatcher class which generates the suggestions for fixes and try to implement it yourself.
Also, you can implement your own matchers and fixes for things that frequently appear in your application.