If you're creating a bug/problem report, please include followings:
Hi,
I have a few extra properties to extend the IdentityUser:
This works great throughout the application. However, i want to be able to control how the input is being rendered and how the values are being displayed. The DateOfBirth is render in the list as: But i want to display it without the time, perhaps even apply a default format.
When i open the edit/create form,i cant change the value:
Second thing is, i want to the Description field to be rendered as a textarea
instead of input type="text"
I have read the documentation on https://docs.abp.io/en/abp/latest/Module-Entity-Extensions but cant seem to find anything that can help me with this.
Kind regards, Jeroen
Hi, I am trying to add some visible aids to the typeahead. But i can't seem to find a way to modify the abp-lookup-typeahead directive.
I tried adding the [placeholder]
attribute with no luck. I also can't find a way to add an icon inside the generated input field.
I like the ease of use of the current typeahead so i dont feel like switching to anything other before trying my luck here.