ValidationXFSample icon indicating copy to clipboard operation
ValidationXFSample copied to clipboard

Converter not hitting on command

Open viveklpu2011 opened this issue 4 years ago • 1 comments

Coverters is not hitting when perform command event so err msg not showing in label and placeholder entry.

I am using mvvm helper as a base view model

viveklpu2011 avatar Jan 10 '21 15:01 viveklpu2011

Try to Add this nuget; https://github.com/Fody/PropertyChanged

Also add FodyWeavers.xml to shared project with below value;

<?xml version="1.0" encoding="UTF-8" ?>
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
  <PropertyChanged />
</Weavers>

Note: I am not using any mvvm helper library, have created own BaseViewModel

sattasundar avatar Feb 24 '21 10:02 sattasundar