79761878

Date: 2025-09-11 11:47:11
Score: 1
Natty:
Report link

You are looking for simple "OR gate".
And on the input you have the IsPassword and DoNotAllow property.

You should read this: https://learn.microsoft.com/en-us/dotnet/maui/fundamentals/data-binding/multibinding?view=net-maui-9.0

You have example for "AND gate": https://learn.microsoft.com/en-us/dotnet/maui/fundamentals/data-binding/multibinding?view=net-maui-9.0#define-a-imultivalueconverter

You should modify it by returning true inside the cycle, and false on default.

You are not limited to the number of parameters really.

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • High reputation (-1):
Posted by: H.A.H.