John Leider

Results 232 comments of John Leider

This Issue is being closed due to inactivity. If you have any questions, please reach out to us in our [Discord community](https://community.vuetifyjs.com).

I suggest using the **loading** prop. If you have any questions, please reach out to us in our [Discord community](https://community.vuetifyjs.com).

I think we came to the conclusion that it was out of scope of what we want to maintain in Vuetify.

This is much better on the latest version, but it does seem to break sometimes. When I used the activator slot I wasn't able to reproduce the issue: https://play.vuetifyjs.com/#eNrtVE1v2zAM/SuciyEbUNtJi12CtOhuO+62Q92DItOJUn1BUtIGQf77SCVt7LQbhh2H+RBYj+Tj46Pi+13x1ftqs8ZiWswSGq9FwtvGAsw2pfA+v+ZDck7PRTgCBLVqA1KLGG+aoi07jc+wWsekum0ZvZBYzjE9IdqmgJi2GintSbVpOYXJePyxKW4PPAAvjLmN22DQYnvCALSTIilny5gCqVtsiUk6a1EmbJvivVTKmLuUnBmGXVALxcHkfD/yOlQW8WIDXAiZ1EYkF6hkBz44H6fwCn7nM+xpkn756RnMNU8W6FfZlriGFETghUUNk1mdE08e14OV9OikCC1Ip7O0i44eMX4jhFd0K5fORQRhQRmxwOmsZvQscVMqsyB9XeajVAtXxAfTR2S38w6DpLdlSuRBXcvW8q3hba9iJZ2pM3usvQhCa/FcG1IdlNDVyi+ovB5OQIPyCD2QoePy++g/cCP+cPtX59v/fwMYO2nl+PArRKqNUL3/CyXgcyo7hbqlYYxrUZNmE/sCmOe1jA+H79zAajpGGZRPEDGtOayMdyHBDgJ2sIcuOAMjMmDEyXT5YgJqAzcc/zT6hlo7+OGCbj+MPjP5gY6IisviwEUifLWKztK3d8dammOA7sQUMsIY9eDzyfm19Y+L7PgdxeqwtkkZLFtn7q6r62pcCu2XovpC1sXUD1cYTTkP7ilioMZNcdnrwYv8VZ9jmOgn1WRy4D1ipRbzyMRvCGvqQtssA9oWA4bfDnGW+94gZylvhuHW+8buyV+t7GM8s1bGbOv9i8K/mDJTcP0Dt9lfFgOV1PdQWTz8BA7KR0g=

This behavior was fixed in https://vuetifyjs.com/en/getting-started/release-notes/?version=v3.4.11 https://play.vuetifyjs.com/#eNrtVE2P2jAQ/StTrypaqSGwbS+IReqtx956aHowziSY+kv2kAUh/nvHgYVk28OeV+tDZL+ZeX7zEf86ihRV+S2EabdDsRBLQhuMJFxVDmDZFTKEftsfyHuzlvECMFTrDpSRKT1Uoi4ag3vY7hLp5lCkIBUWa6RHRFcJSHQwyG6PuqbNAuaz2ftKrM48AE+M/TW+w2jk4YYBGK8kae+KRJHVtQdmUt45VIR1Jf7nyh5rT+Tt2OyjbnU2kg9DyzWpXsRTGeBOKtKdJB855Agh+pAWcAV/5DOcOJNh+G2N8lqTA/5qVzPXmIIJgnRoYL4se8dbjctRSwZ0SsYalDe9tLuGl5z9IyS3aKU23icE6UBb2eJiWWb0mWNXaNuyvqbnY1cH98wHiz+Yq933MCrebYi4BmWpapenJnd7m6bK27JnT2WQURoj96Vl1VFLM92GlsPLcQacaE5hAGbo0vwh+gom4oXdv3/e/bcJyNhNa7aPXyFWbaUe/C/sgHsqGo2m5mSsr9GwZpuGAjLPNSwfzu/cqNR8TCrqQJCQdtmsbfCR4AgRGzhBE72FCRdgkp15+BIBXwMP2f5h8h2N8fDTR1O/m3zM5Gc6JhKnT+Lz9Mt0/lVcNnPx+y/b1aw3

@yuwu9145 Can you see if this is something we can make better or is it as good as it's going to get?

Initial port and scrolling techniques have been implemented. Closing as complete.

> @johnleider the `fullyHide` and `shrink` options are still missing. Is this on purpose and they're removed or have they just been overseen? Technological hurdle. As opposed to delaying it...

We currently have similar functionality set up on navigation drawer in v3 but only for the x-axis and plan to integrate it at some point (probably when another use-case for...

> @KaelWD so what's the plan to fix the issue ? He probably means something like this: ```tsx // located in VAppBar.tsx location: { type: String as PropType, default: 'top',...