Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for email and url form fields #11708

Merged
merged 2 commits into from May 16, 2017
Merged

Add support for email and url form fields #11708

merged 2 commits into from May 16, 2017

Conversation

tsteur
Copy link
Member

@tsteur tsteur commented May 16, 2017

email and url form fields can now be used in settings or as regular form fields (I'm not sure if they are actually API)

@tsteur tsteur added c: Platform For Matomo platform changes that aren't impacting any of our APIs but improve the core itself. Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. labels May 16, 2017
@tsteur tsteur added this to the 3.0.4 milestone May 16, 2017
@@ -148,7 +148,7 @@

function getTemplate(field) {
var control = field.uiControl;
if (control === 'password') {
if (control === 'password' || control === 'url' || control === 'search' || control === 'email') {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any reason for adding search here but not mentioning it in the changelog and adding a field constant?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it is not shown nicely in the UI. I would presume some materialize issue. I'm supporting it technically but not mentioning it.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

well, then it's ok

@mattab mattab merged commit b00a98f into 3.x-dev May 16, 2017
@mattab mattab deleted the fieldtypes branch May 16, 2017 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: Platform For Matomo platform changes that aren't impacting any of our APIs but improve the core itself. Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants