Adrian Dmitroca

Results 15 comments of Adrian Dmitroca

``` $fields['billing']['billing_company']['maxlength'] = 15; ``` This works only for adding HTML5 attribute to the input, it doesn't add server side validation that still needs to be done manually.

I think I am facing similar issue in my React's SPA. Here's the code: ``` const auth0Client = new auth0.WebAuth({ domain: env("REACT_APP_AUTH0_DOMAIN"), clientID: env("REACT_APP_AUTH0_CLIENT_ID"), audience: env("REACT_APP_AUTH0_AUDIENCE"), redirectUri: await auth.buildAuthorizeUrl({ redirectUri:...

@adamjmcgrath You said: >I can see you're trying to mix our SDK that does embedded login (auth0.js) with an SDK that uses the Universal Login Page (auth0-react). How else can...

Unfortunately same issue here. Have you found any other solution?

I believe the same situation applies to key prefixes, such as: ``` const { t } = useTranslation("users", { keyPrefix: "index" }) ```

I just faced exact same issue with Ubuntu based machine.

@gustavpursche Hey, I ultimately use REST API altogether with GraphQL (yes, that means multiple network requests) to fetch page IDs.

``` events: { input: { focus: () => { autoCompleteJS.open(); }, }, }, ``` is enough to reopen search results after focusing the input

Just a note for future readers - nowadays you also need to lock your rc-tooltip dependency at 3.x version as it's again broken on 4.x

@metmajer Hi Martin! After all, I've decided to have grouped changelog. What I can tell though, this changelog generator works much better than any alternatives, to be honest.