thibauds
thibauds
Hi, I would like to use data binding in the placeholder. Would you accept a PR ? I was thinking about something like: ```javascript createPlaceholder = function (itemScope) { if...
Hi, I would like to use the maxLength attribute on the input (or textarea) field. Would you accept a PR for this?
The regexp used at https://github.com/sqrthree/vuepress-theme-api/blob/99fbb2c464be321f2d2138c71f8f9412fd153808/helpers/title.js#L2 does not take accented letters into account. *Example*: If you use the French word `Schéma`, it will result in `SchéMa` which is weird. Would it...
Hi, I wanted to know what is the expected behavior of setting a schema attribute to the `Joi.date().timestamp('javascript')` validator. I mean should this field be a `String` or a `Number`....