reduxframework / redux-framework-4

Redux v4
https://redux.io/redux-4/
Other
97 stars 32 forks source link

The single radio field value and label are lost #207

Closed mohammedeisa closed 3 years ago

mohammedeisa commented 3 years ago

Issue desctiption:

In the smaple options, the single radio field loses its label and value after saving it for the first time,

mohammedeisa commented 3 years ago

On Redux 4.1.24 , almost the same issue happens except that, in Redux 4.1.24 the first time you save the field, the option label doesn't get lost.

essamamdani commented 3 years ago

I double-checked everything on my end and it works well, just as you said. If it doesn't work, please tell me how to reproduce it.

mohammedeisa commented 3 years ago

Here is a video showing the issue:

https://user-images.githubusercontent.com/3139496/119424078-0a496380-bd05-11eb-91c0-84f9e3628f0f.mp4

See at the end of the video that the option text has been lost.

essamamdani commented 3 years ago

I am unable to see any sample options...look at the video.

https://user-images.githubusercontent.com/413629/119483533-81ffa880-bd6e-11eb-826a-d96765aa6755.mp4

mohammedeisa commented 3 years ago

@essamamdani To see the sample options, you need to activate the dev mode from Tools > Redux framework.

kprovance commented 3 years ago

Fixed in the latest pull request, 4.1.27