Problem with radio Botton on Web version
Fred
Hi Fred please can you check something.?
On Table Documents the WBS on new Web version 3.6 Lost the radio button , no problem on previous version, on Android version is ok work perfect.
I send my DB to check you have the same problem.
Thank
9 replies
-
3.6 is not out for MacOS yet. I usually wait a few months before I update.
-
Now the Problem on Android version And Web version. Go back with each version.
-
I am able to duplicate it on the MacOS app on v3.6.0. Just to be clear this only happens on reference fields. Dynamic choice/multi fields show radio buttons fine.
-
Fred
View on Combo box
-
I sent an email to the technical support last week. They already knew about it. They will fix it soon.
In the meantime, you can fix it by adding a formula with the code below on the first window that opens in your database:
html(" <style> .choiceradio-item, .choiceradio-item-radio-container { display: flex; display: -webkit-flex; align-items:center } .choiceradio-item-radio-container { border-radius: 50%; width: 16px; height: 16px; border: 1px solid #b7c0db; box-sizing: border-box; justify-content: center; -webkit-justify-content: center; -webkit-align-items: center; margin: 4px 8px 4px 4px; flex:0 0 auto } .choiceradio-item > .choice-symbol { margin: 0 4px 0 -2px; flex:0 0 auto } .choiceradio-item:active .choiceradio-item-radio-container { border-color:#9aa7cc } .choiceradio-item-radio { flex: 0 0 auto; -webkit-flex: 0 0 auto; width: 10px; height: 10px; border-radius: 6px; background-color:#fff } .choiceradio-item.selected .choiceradio-item-radio { background-color:#4970ff } .choiceradio-item.selected .choiceradio-item-radio-container { border-color:#4970ff } </style>")
This is the missing part in the css~mainxxxx.css file that mysteriously disappeared in version 3.6.
-
Hi
Resolved in Web Version 3.6.8 now waiting for other devices.
Content aside
- Status Answered
- 2 yrs agoLast active
- 9Replies
- 100Views
-
3
Following