Marcos Cordeiro
Marcos Cordeiro
Hey, I ran into this problem recentlty and I think it's a good idea: Add a attribute to override the type builder, for example I needed a DateTimePicker but with...
I believe we can't use masks on calendars (Not sure tho), what I meant was something like ```cs [Override(typeof(ConvertedField))] public DateTime Date { get; set; } ``` and it would...
Hey, just leaving it here to try to make it later: * Add some kind of class mapper like `Mapper` to map from a class extension or at runtime (Or...
@EdonGashi Hey I was taking a look on the progress bar stuff and tough to myself: We could implement the progress button from MaterialDesignInXamlToolkit, this would be great for forms...
@EdonGashi Yeah the stepper would be really nice, I think I'll try to introduce the loading button and the progress bar tomorrow and in the next days I'll take a...
## Suggestions ### [Submit] Attribute This can be used alongside the `[Field]` attribute to listen to the keyup event and act as a `[Action]` attribute. @EdonGashi any idea how we...
@EdonGashi Sorry I thought I had written it, I mean to submit this form when someone press "enter", this should work similar to the [Action] attribute
@EdonGashi Yup just a sec
@EdonGashi Using the following does not work. `[Action("ok", "Entrar", IsLoading = "{Binding IsLoading}", IsDefault = true)]`
@EdonGashi Hmmm, I've added it but it still won't work, am I missing something? Check it out on 40d810bf3fd4bb789b27b2acfab42fd26543db95