function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Siva@51Siva@51 

For the below code the fields are rerendering and rendering perfectly. But they are not saving when "Save and Close" or "Save and Edit"

<apex:actionRegion >
            <apex:inputField value="{!Standard_Controller__c.Text_InputField__c}" style="width:40px">
                <apex:actionSupport event="onchange" reRender="fields"/>
            </apex:inputField>
 </apex:actionRegion>


Thanks in advance.
SonamSonam (Salesforce Developers) 
Where are you calling the functions to save? can you please share the complete code to understand the implementation better.