Topic: Incorrect radio button selecting after browser refresh

phopkins@atomsoftware.com.au free asked 4 years ago


Hi, could you please tell me why, after first refreshing the browser page in Chrome, that when selecting on "Transport" in the following example does "Activity" select?

Thank you.

  <div>
<div class="flex-wrap border mx-2 px-3 py-3 mb-2">
  <span class="mr-5" style="min-width:60px;">Product Category</span>
  <mdb-input
    id="productCategory_Transport"
    v-model="productCategoryCd"
    type="radio"
    name="ProductCategoryGroup"
    label="Transport"
    radioValue="PC_Tr"
  />
  <mdb-input
    id="productCategory_Accommodation"
    v-model="productCategoryCd"
    type="radio"
    name="ProductCategoryGroup"
    label="Accommodation"
    radioValue="PC_Ac"
  />
  <mdb-input
    id="productCategory_Activity"
    v-model="productCategoryCd"
    type="radio"
    name="ProductCategoryGroup"
    label="Activity"
    radioValue="PC_At"
  />
</div>

import { mdbInput } from "mdbvue";export default { name: "HelloWorld", components: { mdbInput }, data() { return { productCategoryCd: "" }; }};

Note: Could you please fix this editor. I have just tried five times to insert code into it. Also on each attempt it clears the application and version from the support query fields.


Gary Woodfine pro commented 4 years ago

I think there was some kind of outage earlier on today as I was experiencing similar issues but seems to have resolved now


Magdalena Dembna staff answered 4 years ago


It appears to be a bug - we will take a look at this as soon as possible. Kind regards, Magdalena


phopkins@atomsoftware.com.au free commented 4 years ago

Hi Magdalena, when do you expect this be fixed please... I need to get the product to the client?

Thank you.


Magdalena Dembna staff commented 4 years ago

The fix was released on Tuesday. Let me know if it solves your problem. Kind regards, Magdalena



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Free
  • Premium support: No
  • Technology: MDB Vue
  • MDB Version: 5.8.3
  • Device: Desktop PC
  • Browser: Chrome
  • OS: Windows 10
  • Provided sample code: No
  • Provided link: No