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

Pathbrowser - pattern property #3

Open
michal-ociepka opened this issue Jul 6, 2016 · 0 comments
Open

Pathbrowser - pattern property #3

michal-ociepka opened this issue Jul 6, 2016 · 0 comments

Comments

@michal-ociepka
Copy link

There is no pattern property in the pathbrowser.js component. It would be good that we could take care of this regular expression feature there as well in the same way as it is in the textfield.

There is also a bug in the code OR in the documentation of pathbrowser.
Documentation:

  • {Boolean}allowNonRootPath
  • Allows a path that is not bound by the root path
  • Defaults to false

but in the code we have:
allowNonRootPath = ns.utils.getDataAttribute(container, 'allownonrootpath', true),

I think that the code version is more correct and documentation part should be changed.

Thank you Nate - good job!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant